Bug in Version 2.14.0
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
Anyway, you can turn off multithreading support by compiling the library with the preprocessor word AS_NO_THREADS defined. At least until I can figure out what's going on.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
Have you tried the latest version of AS from the SVN?
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
Can you give me some more information on the error?
- show me the call stack for when the error occurs so I can see at what moment the problem occurs.
- show the value of the 'this' pointer in this method, and also in the caller. This usually shows if the object itself has been corrupted before the call.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game