VC10 compile error

retro

New member
Joined
Mar 25, 2008
Messages
19
Reaction score
0
Points
0
Hi Guys
Used to be able to compile with no problems now i get this mess lol
help please! could not fit it all but shows the errors
Code:
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(14): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2146: syntax error : missing ',' before identifier 'value_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2065: 'value_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2146: syntax error : missing ',' before identifier 'difference_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2065: 'difference_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2146: syntax error : missing ',' before identifier 'const_pointer'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2065: 'const_pointer' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2146: syntax error : missing ',' before identifier 'const_reference'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2065: 'const_reference' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(25): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2065: '_Myiter' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2275: 'vc::_Base' : illegal use of this type as an expression
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(17) : see declaration of 'vc::_Base'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2143: syntax error : missing ',' before ';'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(30): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(31): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(32): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(33): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(34): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(38): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(39): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(43): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(45): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(48): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(49): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(50): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(53): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(55): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(58): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(59): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(62): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(63): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(65): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(68): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(71): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(73): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(76): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(80): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(83): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(84): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(85): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(87): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(88): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(90): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(93): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(95): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(99): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(101): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(104): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(108): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(111): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(113): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(116): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(118): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(121): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(123): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(126): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(132): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(138): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(139): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(140): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(141): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(142): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(145): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(146): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(149): error C2065: '_Plist' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(150): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(151): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(154): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(156): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(159): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(161): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(164): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(167): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(170): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(174): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(177): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(180): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(183): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(187): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(188): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2059: syntax error : '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): fatal error C1003: error count exceeds 100; stopping compilation
9> MechActuator.cpp
9> Generating Code...
9> Compiling...
9> Mission.cpp
9> MissionFileManagement.cpp
9> MPMSystems.cpp
9> MPS.cpp
9> ODS.cpp
9> PanelA4.cpp
9> PanelA1U.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelA6.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelA7A8ODS.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelA7U.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelA8.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelC2.cpp
9> PanelC3.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelF2.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelF4.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelF6.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelF7.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelF8.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelO3.cpp
9> PanelO6.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2065: 'BasicPanel' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2059: syntax error : '>'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2146: syntax error : missing ',' before identifier 'p'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2065: 'p' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2143: syntax error : missing ',' before ')'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(59): error C2143: syntax error : missing ';' before '}'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(60): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(14): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2146: syntax error : missing ',' before identifier 'value_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2065: 'value_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2146: syntax error : missing ',' before identifier 'difference_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2065: 'difference_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2146: syntax error : missing ',' before identifier 'const_pointer'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2065: 'const_pointer' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2146: syntax error : missing ',' before identifier 'const_reference'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2065: 'const_reference' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(25): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2065: '_Myiter' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2275: 'vc::_Base' : illegal use of this type as an expression
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(17) : see declaration of 'vc::_Base'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2143: syntax error : missing ',' before ';'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(30): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(31): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(32): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(33): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(34): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(38): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(39): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(43): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(45): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(48): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(49): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(50): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(53): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(55): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(58): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(59): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(62): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(63): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(65): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(68): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(71): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(73): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(76): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(80): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(83): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(84): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(85): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(87): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(88): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(90): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(93): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(95): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(99): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(101): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(104): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(108): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(111): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(113): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(116): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(118): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(121): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(123): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(126): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(132): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(138): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(139): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(140): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(141): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(142): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(145): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(146): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(149): error C2065: '_Plist' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(150): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(151): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(154): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(156): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(159): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(161): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(164): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(167): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(170): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(174): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(177): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(180): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(183): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(187): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(188): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2059: syntax error : '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): fatal error C1003: error count exceeds 100; stopping compilation
9> Generating Code...
9> Compiling...
9> PanelR11.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PanelR2.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> PIDControl.cpp
9> PlBayOp.cpp
9> PushButton.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2065: 'BasicPanel' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2059: syntax error : '>'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2146: syntax error : missing ',' before identifier 'p'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2065: 'p' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2143: syntax error : missing ',' before ')'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(59): error C2143: syntax error : missing ';' before '}'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(60): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(14): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2146: syntax error : missing ',' before identifier 'value_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2065: 'value_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2146: syntax error : missing ',' before identifier 'difference_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2065: 'difference_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2146: syntax error : missing ',' before identifier 'const_pointer'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2065: 'const_pointer' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2146: syntax error : missing ',' before identifier 'const_reference'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2065: 'const_reference' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(25): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2065: '_Myiter' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2275: 'vc::_Base' : illegal use of this type as an expression
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(17) : see declaration of 'vc::_Base'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2143: syntax error : missing ',' before ';'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(30): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(31): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(32): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(33): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(34): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(38): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(39): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(43): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(45): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(48): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(49): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(50): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(53): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(55): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(58): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(59): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(62): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(63): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(65): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(68): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(71): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(73): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(76): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(80): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(83): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(84): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(85): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(87): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(88): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(90): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(93): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(95): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(99): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(101): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(104): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(108): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(111): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(113): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(116): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(118): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(121): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(123): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(126): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(132): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(138): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(139): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(140): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(141): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(142): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(145): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(146): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(149): error C2065: '_Plist' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(150): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(151): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(154): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(156): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(159): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(161): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(164): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(167): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(170): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(174): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(177): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(180): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(183): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(187): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(188): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2059: syntax error : '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): fatal error C1003: error count exceeds 100; stopping compilation
9> PushButtonIndicator.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2065: 'BasicPanel' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2059: syntax error : '>'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2146: syntax error : missing ',' before identifier 'p'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2065: 'p' : undeclared identifier
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(47): error C2143: syntax error : missing ',' before ')'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(59): error C2143: syntax error : missing ';' before '}'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(60): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(14): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2146: syntax error : missing ',' before identifier 'value_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(20): error C2065: 'value_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2146: syntax error : missing ',' before identifier 'difference_type'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(21): error C2065: 'difference_type' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2146: syntax error : missing ',' before identifier 'const_pointer'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(22): error C2065: 'const_pointer' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2146: syntax error : missing ',' before identifier 'const_reference'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(23): error C2065: 'const_reference' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(25): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2065: '_Myiter' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2275: 'vc::_Base' : illegal use of this type as an expression
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(17) : see declaration of 'vc::_Base'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(27): error C2143: syntax error : missing ',' before ';'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(30): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(31): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(32): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(33): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(34): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(38): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(39): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(43): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(45): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(48): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(49): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(50): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(53): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(55): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(58): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(59): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(61): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(62): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(63): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(65): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(67): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(68): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(71): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(73): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(76): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(80): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(83): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(84): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(85): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(86): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(87): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(88): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(90): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(92): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(93): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(95): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(99): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(101): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(104): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(108): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(111): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(113): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(116): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(118): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(121): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(123): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(126): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(132): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(138): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(139): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(140): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(141): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(142): error C2653: '_Mytree' : is not a class or namespace name
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(145): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(146): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(149): error C2065: '_Plist' : undeclared identifier
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(150): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(151): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(154): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(156): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(159): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(161): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(164): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(167): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(170): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(174): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(177): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(180): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(183): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(187): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(188): error C2143: syntax error : missing ';' before '}'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2059: syntax error : '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): error C2143: syntax error : missing ';' before '{'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xtree(194): fatal error C1003: error count exceeds 100; stopping compilation
9> RAM32.cpp
9> RAM32S.cpp
9> RMSSystem.cpp
9> RSLS_old.cpp
9> ShuttleBus.cpp
9> SSME.cpp
9> StandardLight.cpp
9> StandardRotarySwitch.cpp
9> StandardSwitch.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> StandardSwitchCover.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> StbdMPMSystem.cpp
9> Stopwatch.cpp
9> Talkback.cpp
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(478): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'vc::BasicPanel' : use of class template requires template argument list
9> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\libUltra\include\BasicPanel.h(4 9) : see declaration of 'vc::BasicPanel'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C3203: 'allocator' : unspecialized class template can't be used as a template argument for template parameter '_Ax', expected a real type
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\PanelGroup.h(35): error C2955: 'std::allocator' : use of class template requires template argument list
9> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(131) : see declaration of 'std::allocator'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(668): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(669): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(670): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(671): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(672): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(673): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(674): error C2238: unexpected token(s) preceding ';'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2059: syntax error : '<'
9>c:\documents and settings\tom\desktop\space shuttle\orbitersdk\space shuttle ultra\vc\../Atlantis.h(675): error C2238: unexpected token(s) preceding ';'
9> WSB.cpp
9> Generating Code...
17>------ Rebuild All started: Project: SSU_SLC6, Configuration: Release Win32 ------
17> SLC6.cpp
17> Creating library ..\..\..\Modules\SSU_SLC6.lib and object ..\..\..\Modules\SSU_SLC6.exp
17> Generating code
17> Finished generating code
17> SSU_SLC6.vcxproj -> C:\Documents and Settings\tom\Desktop\Space Shuttle\Orbitersdk\Space Shuttle Ultra\SLC6\..\..\..\Modules\SSU_SLC6.dll
========== Rebuild All: 15 succeeded, 2 failed, 0 skipped ==========
 
Last edited by a moderator:
Back
Top