| | Compiling...
Form1.cpp
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(4) : error C2871: 'System' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(5) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(5) : error C2871: 'Collections' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(6) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(6) : error C2871: 'Generic' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(7) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(7) : error C2871: 'Data' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(8) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(8) : error C2871: 'Drawing' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(9) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(9) : error C2871: 'Diagnostics' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(10) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(10) : error C2871: 'Forms' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(14) : error C2653: 'Microsoft' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(14) : error C2337: 'DesignerGenerated' : attribute not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(15) : error C2059: syntax error : 'private'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(15) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.h(16) : error C2470: 'Form' : looks like a function definition, but there is no parameter list; skipping apparent body
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(5) : error C2871: 'System' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(6) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(6) : error C2871: 'Collections' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(7) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(7) : error C2871: 'Generic' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(8) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(8) : error C2871: 'Data' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(9) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(9) : error C2871: 'Drawing' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(10) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(10) : error C2871: 'Diagnostics' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(11) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(11) : error C2871: 'Forms' : a namespace with this name does not exist
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(13) : error C2653: 'Form1' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(15) : error C2065: 'components' : undeclared identifier
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(15) : error C2065: 'nullptr' : undeclared identifier
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(17) : error C2541: 'delete' : cannot delete objects that are not pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(23) : error C2653: 'Form1' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2065: 'ComponentResourceManager' : undeclared identifier
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2065: 'resources' : undeclared identifier
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2065: 'gcnew' : undeclared identifier
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2146: syntax error : missing ';' before identifier 'ComponentResourceManager'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2653: 'Form1' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2589: 'typeid' : illegal token on right side of '::'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2143: syntax error : missing ')' before '::'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C2059: syntax error : ')'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(26) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(26) : error C2227: left of '->FluffBefore' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(26) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(26) : error C2146: syntax error : missing ';' before identifier 'RichTextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(25) : error C3861: 'ComponentResourceManager': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(26) : error C3861: 'RichTextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(27) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(27) : error C2227: left of '->FluffAfter' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(27) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(27) : error C2146: syntax error : missing ';' before identifier 'RichTextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(27) : error C3861: 'RichTextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(28) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(28) : error C2227: left of '->ActualCoords' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(28) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(28) : error C2146: syntax error : missing ';' before identifier 'RichTextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(28) : error C3861: 'RichTextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(29) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(29) : error C2227: left of '->XCoord1' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(29) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(29) : error C2146: syntax error : missing ';' before identifier 'TextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(29) : error C3861: 'TextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(30) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(30) : error C2227: left of '->YCoord1' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(30) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(30) : error C2146: syntax error : missing ';' before identifier 'TextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(30) : error C3861: 'TextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(31) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(31) : error C2227: left of '->DelButton' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(31) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(31) : error C2146: syntax error : missing ';' before identifier 'Button'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(31) : error C3861: 'Button': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(32) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(32) : error C2227: left of '->ButtonSaveKML' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(32) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(32) : error C2146: syntax error : missing ';' before identifier 'Button'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(32) : error C3861: 'Button': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(33) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(33) : error C2227: left of '->XCoord2' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(33) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(33) : error C2146: syntax error : missing ';' before identifier 'TextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(33) : error C3861: 'TextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(34) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(34) : error C2227: left of '->YCoord2' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(34) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(34) : error C2146: syntax error : missing ';' before identifier 'TextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(34) : error C3861: 'TextBox': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(35) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(35) : error C2227: left of '->Button4' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(35) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(35) : error C2146: syntax error : missing ';' before identifier 'Button'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(35) : error C3861: 'Button': identifier not found
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(36) : error C2673: 'InitializeComponent' : global functions do not have 'this' pointers
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(36) : error C2227: left of '->YCoord4' must point to class/struct/union/generic type
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(36) : error C2653: 'System' : is not a class or namespace name
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(36) : error C2146: syntax error : missing ';' before identifier 'TextBox'
c:\documents and settings\mkb\desktop\coordthingy\c\form1.cpp(36) : fatal error C1003: error count exceeds 100; stopping compilation
|