I have made some progress... but now I have new errors! Thanks to an old post by DarthVater335, I made some linker changes by Project-> Properties-> Linker-> Additional Dependancies and added DarkAI, as well as ignoring libcmtd, msvcprtd, alts and libcpmtd.
Now I get these errors:
error LNK2005: "void (__cdecl* g_DeleteObject)(int)"
fatal error LNK1169: one or more multiply defined symbols found
After looking these errors up, they appear to be connected. Microsoft suggests that "The /FORCE or /FORCE:MULTIPLE option overrides this error."
Is that necessary next step? Is there another easier way to get darkAI functional?
Please help.