hello, I am having problems with using the dark AI with GDK. Within my code I include darkai.h and have AIStart(); right before my main loop. I have put the .h file into the include folder and the library files in the library folder. I know that the other commands in the code are correct, but here is the error:
1>Compiling...
1>Main.cpp
1>Linking...
1>Main.obj : error LNK2019: unresolved external symbol "void __cdecl AIStart(void)" (?AIStart@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Debug\extreme champion battles.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Users\parker\Documents\Visual Studio 2008\Projects\extreme champion battles\extreme champion battles\Debug\BuildLog.htm"
1>extreme champion battles - 2 error(s), 0 warning(s)
thank you for your help!!
sov the game creator!