Tring to compile mq2linkDB

Status
Not open for further replies.

Phate

New member
Joined
Aug 31, 2005
Messages
96
Reaction score
0
Points
0
Trying to compile mq2link db keep getting the error

Code:
Compiling...
MQ2LinkDB.cpp
EQLIB_IMPORTS
.\MQ2LinkDB.cpp(939) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\MQ2LinkDB.cpp(942) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\mq2latest\MQ2LinkDB\Intermediate\BuildLog.htm"
MQ2LinkDB - 2 error(s), 0 warning(s)

any idea's would be helpful using VS 2005 btw~
 
Phate said:
Trying to compile mq2link db keep getting the error

Code:
Compiling...
MQ2LinkDB.cpp
EQLIB_IMPORTS
.\MQ2LinkDB.cpp(939) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\MQ2LinkDB.cpp(942) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\mq2latest\MQ2LinkDB\Intermediate\BuildLog.htm"
MQ2LinkDB - 2 error(s), 0 warning(s)

any idea's would be helpful using VS 2005 btw~

Post in a
Code:
 segment here your code from the offending lines, and a few lines before/after the offending code.
 
Status
Not open for further replies.