sPlOrYgOn
20-04-2004, 10:58
i keep getting
dll.cpp:16: error: syntax error before `;' token
dll.cpp:17: error: syntax error before `;' token
and what is on those lines are
extern GETENTITYAPI other_GetEntityAPI;
extern GETNEWDLLFUNCTIONS other_GetNewDLLFunctions;
the only reason i can think of why this error is occuring is that GETENTITYAPI and GETNEWDLLFUNCTIONS are not defined..
any help would be appreciated!
dll.cpp:16: error: syntax error before `;' token
dll.cpp:17: error: syntax error before `;' token
and what is on those lines are
extern GETENTITYAPI other_GetEntityAPI;
extern GETNEWDLLFUNCTIONS other_GetNewDLLFunctions;
the only reason i can think of why this error is occuring is that GETENTITYAPI and GETNEWDLLFUNCTIONS are not defined..
any help would be appreciated!