View Single Post
Re: joebot xp code released
Old
  (#16)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: joebot xp code released - 13-01-2005

I had errors while compiling it, not sure if this "Destroy" is M$ specific thing:
Quote:
Originally Posted by GNU C++ Compiler 2.95
g++ -march=i586 -O2 -D__JOEBOTXPDLL=1 -D__HLENGINE=1 -I../hlsdk -I../dlls -I../
NNSim -I../NNSim/SOM -c BaseBot.cpp -o BaseBot.o
BaseBot.cpp: In method `CBaseBot::~CBaseBot()':
BaseBot.cpp:58: `Destroy' undeclared (first use this function)
BaseBot.cpp:58: (Each undeclared identifier is reported only once
BaseBot.cpp:58: for each function it appears in.)
BaseBot.cpp:58: parse error before `*'
BaseBot.cpp:59: parse error before `*'
make: *** [BaseBot.o] Error 1
  
Reply With Quote