hello, I have been having a problem with the DarkAI commands with GDK.
when I put in a command from dark ai, the error that I get is this:
1>------ Build started: Project: dulun, Configuration: Release Win32 ------
1>Linking...
1>Main.obj : error LNK2019: unresolved external symbol "void __cdecl AIAddNeutral(int,int)" (?AIAddNeutral@@YAXHH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Main.obj : error LNK2019: unresolved external symbol "void __cdecl AIAddEnemy(int,int)" (?AIAddEnemy@@YAXHH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Main.obj : error LNK2019: unresolved external symbol "void __cdecl AIStart(void)" (?AIStart@@YAXXZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Release\dulun.exe : fatal error LNK1120: 3 unresolved externals
1>Build log was saved at "file://c:\Users\parker\Documents\Visual Studio 2008\Projects\dulun\dulun\Release\BuildLog.htm"
1>dulun - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
thank you in advance for helping me figure this problem out!
The other commands for the program work fine it is just when I enter in ai commands.
sov the game creator!