Has anyone ever tried to build one of those with vs.net 2005?
I'm getting lots of linker errors like
MetalMaker.obj : error LNK2001: Non resolved external symbol ""public: __thiscall creg::ClassBinder::ClassBinder(char const *,unsigned int,class creg::ClassBinder *,class creg::IMemberRegistrator * *,int,void (__cdecl*)(void *),void (__cdecl*)(void *))" (??0ClassBinder@creg@@QAE@PBDIPAV01@PAPAVIMemberRegistrator@1@HP6AXPAX@Z4@Z)".
Which lib do i have to add?
Building KAI / KAIK with VS.net
Moderators: hoijui, Moderators
Those link errors are caused by the creg stuff
KAI and KAIK both use, you have to build them
such that the creg-ai.os, Serializer-ai.os, and
VarTypes-ai.os object files (which normally live
in build/rts/System/creg) get baked into the dll
as well (scons does this automatically).
KAI and KAIK both use, you have to build them
such that the creg-ai.os, Serializer-ai.os, and
VarTypes-ai.os object files (which normally live
in build/rts/System/creg) get baked into the dll
as well (scons does this automatically).
Last edited by Kloot on 24 Oct 2007, 00:58, edited 1 time in total.
