View Single Post
GETENTITYAPI & GETNEWDLLFUNCTIONS problem..
Old
  (#1)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default GETENTITYAPI & GETNEWDLLFUNCTIONS problem.. - 20-04-2004

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!
  
Reply With Quote