Advertisement

still asCGlobalProperty unresolved

Started by September 28, 2010 03:50 PM
1 comment, last by DaesDemon 14 years, 2 months ago
Hello fellows,

I tried some test with AngelScript 2.19.2

Build lib with VS2005 (dll multithread).
linking staticaly .lib

still get unresolved methods on asCGlobalProperty class.

I had to put as_globalProperty.cpp in my own project to remove all those linker errors. (The file is always in the AngelScript lib project)

It seems like an export problem in the lib.

Is it wanted behaviour?

Regards.

The MSVC2005 project files in the library must be out of date. The as_globalproperty.cpp file should be part of the library project.

Which project file from the SDK are you using to compile the library?

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

Advertisement
Hi WitchLord,

Forget all about this
Even if i checked twice yesterday, today without modifying code, it is linking perfectly.

Probably a VS problem updating .vsprops. (i updated angelscript version).

Sorry for the convenience.

This topic is closed to new replies.

Advertisement