jubei_GL
05-08-2002, 07:08 AM
Ok I compile my .cpp files and execute the main.cpp, everything works perfectly... THen when I go to compile my main.cpp file again after creating .exe, I get those errors :
Compiling...
main.cpp
d:\microsoft visual studio\vc98\include\nb30.h(97) : error C2059: syntax error : 'string'
d:\microsoft visual studio\vc98\include\nb30.h(97) : error C2238: unexpected token(s) preceding ';'
d:\microsoft visual studio\vc98\include\winsock.h(714) : error C2143: syntax error : missing ')' before 'string'
d:\microsoft visual studio\vc98\include\winsock.h(714) : error C2143: syntax error : missing ';' before 'string'
d:\microsoft visual studio\vc98\include\winsock.h(714) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Camera.exe - 5 error(s), 0 warning(s)
Any Ideas what is wrong ??? I never had those problems before.. I am using VC++ 6.0 .. I also got the update patch for it..
The only solution for this right now, that I know, is to Delete all files that were created after compile, and Compile all .cpp's again.....
Compiling...
main.cpp
d:\microsoft visual studio\vc98\include\nb30.h(97) : error C2059: syntax error : 'string'
d:\microsoft visual studio\vc98\include\nb30.h(97) : error C2238: unexpected token(s) preceding ';'
d:\microsoft visual studio\vc98\include\winsock.h(714) : error C2143: syntax error : missing ')' before 'string'
d:\microsoft visual studio\vc98\include\winsock.h(714) : error C2143: syntax error : missing ';' before 'string'
d:\microsoft visual studio\vc98\include\winsock.h(714) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Camera.exe - 5 error(s), 0 warning(s)
Any Ideas what is wrong ??? I never had those problems before.. I am using VC++ 6.0 .. I also got the update patch for it..
The only solution for this right now, that I know, is to Delete all files that were created after compile, and Compile all .cpp's again.....