C interface DLL and VS 2003
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.
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
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement