🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

C interface DLL and VS 2003

Started by
0 comments, last by WitchLord 16 years, 7 months ago
Hi, I've just downloaded the latest AngelScript version and tried building C interface DLL with VS 2003. And there are problems. The project has as_anyobject.h/.cpp and as_gcobject.h/.cpp files listed, but they don't exist. When I remove them, I get linker errors: as_variablescope.obj : error LNK2001: unresolved external symbol "void (__cdecl* userFree)(void *)" (?userFree@@3P6AXPAX@ZA) as_scriptfunction.obj : error LNK2001: unresolved external symbol "void (__cdecl* userFree)(void *)" (?userFree@@3P6AXPAX@ZA) (and so on) Building the LIB version works ok.
Advertisement
The project file is not up to date. Make sure all the files in sdk/angelscript/source are included.

The missing functions are in as_memory.h and as_memory.cpp

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement