Compile problem with new files
Posted: Mon Jun 16, 2003 4:40 pm
I just got the new files from sourceforge(any files that added in last 3 weeks). But got the following error while trying to compile them:
--------------------Configuration: EQLib - Win32 Release--------------------
Compiling...
EQLib.cpp
C:\macroquest\eqlib\EQLib.cpp(1) : error C2143: syntax error : missing ';' before '<'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2146: syntax error : missing ';' before identifier 'Greg'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2501: 'by' : missing storage-class or type specifiers
C:\macroquest\eqlib\EQLib.cpp(5) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
eqlib.exe - 4 error(s), 0 warning(s)
I was using VC++ 6.0 to compile. I tried to compile the old files again and found no errors. So the problem should be in the new files.
Btw, I noticed that the new workspace asked me to build eqlib.exe instead of old eqlib.dll. No idea if it related to my problem or not.
Any help would be appreciated.
--------------------Configuration: EQLib - Win32 Release--------------------
Compiling...
EQLib.cpp
C:\macroquest\eqlib\EQLib.cpp(1) : error C2143: syntax error : missing ';' before '<'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2146: syntax error : missing ';' before identifier 'Greg'
C:\macroquest\eqlib\EQLib.cpp(5) : error C2501: 'by' : missing storage-class or type specifiers
C:\macroquest\eqlib\EQLib.cpp(5) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
eqlib.exe - 4 error(s), 0 warning(s)
I was using VC++ 6.0 to compile. I tried to compile the old files again and found no errors. So the problem should be in the new files.
Btw, I noticed that the new workspace asked me to build eqlib.exe instead of old eqlib.dll. No idea if it related to my problem or not.
Any help would be appreciated.