i keep getting
Quote:
dll.cpp:16: error: syntax error before `;' token
dll.cpp:17: error: syntax error before `;' token
|
and what is on those lines are
Quote:
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!