hi guys, I am trying to run down errors in my .dll compiling. I have managed to fix a few but this one has me stumped, as when I look at the original, and my new version, the line it is complaining about appears to be identical to the original lines...
So I was wondering if people might be able to help me tease out some extra info from the error messages.
Here it is:
1>CvUnit.cpp(5317) : error C2059: syntax error : 'else'
1>CvUnit.cpp(5318) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5318) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5323) : error C2501: 'changeMoves' : missing storage-class or type specifiers
1>CvUnit.cpp(5325) : error C2059: syntax error : 'if'
1>CvUnit.cpp(5326) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5326) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5337) : error C2059: syntax error : 'if'
1>CvUnit.cpp(5338) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5338) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5342) : error C2059: syntax error : 'return'
1>CvUnit.cpp(5343) : error C2059: syntax error : '}'
1>CvUnit.cpp(5343) : error C2143: syntax error : missing ';' before '}'
1>CvUnit.cpp(5343) : error C2059: syntax error : '}'
1>CvUnit.cpp(5347) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5347) : error C2447: '{' : missing function header (old-style formal list?)
1>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe"' : return code '0x2'
1>Stop.
So I was wondering if people might be able to help me tease out some extra info from the error messages.
Here it is:
Spoiler :
1>CvUnit.cpp(5317) : error C2059: syntax error : 'else'
1>CvUnit.cpp(5318) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5318) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5323) : error C2501: 'changeMoves' : missing storage-class or type specifiers
1>CvUnit.cpp(5325) : error C2059: syntax error : 'if'
1>CvUnit.cpp(5326) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5326) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5337) : error C2059: syntax error : 'if'
1>CvUnit.cpp(5338) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5338) : error C2447: '{' : missing function header (old-style formal list?)
1>CvUnit.cpp(5342) : error C2059: syntax error : 'return'
1>CvUnit.cpp(5343) : error C2059: syntax error : '}'
1>CvUnit.cpp(5343) : error C2143: syntax error : missing ';' before '}'
1>CvUnit.cpp(5343) : error C2059: syntax error : '}'
1>CvUnit.cpp(5347) : error C2143: syntax error : missing ';' before '{'
1>CvUnit.cpp(5347) : error C2447: '{' : missing function header (old-style formal list?)
1>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual C++ Toolkit 2003\bin\cl.exe"' : return code '0x2'
1>Stop.