I have problem with compilation of System.dll plug-in under MS Visual Studio 2010 SP1.
LNK2019: unresolved external symbol _CallProc referenced in function _Call System\Source\System.obj
LNK2019: unresolved external symbol _CallBack referenced in function _Call System\Source\System.obj
LNK2019: unresolved external symbol _RealCallBack referenced in function _CreateCallback System\Source\System.obj
LNK1120: 3 unresolved externals System\Source\Debug\System.dll 1 I am running Windows 7 x64 but I am trying to create Unicode x86 dll.I am not sure what is causing this problem - maybe there is problem in my project? I created new VC++ project from scratch so maybe there is some incompatible option.
Does anyone have working .vcxproj file (or whole solution)?? (I am not using Scons)