Are you deliberately trying to destroy my morale? ;)
Just kidding. I'll look into both of these problems.
AngelScript function pointers now working
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 bug should have been fixed in revision 565.
As you suspected, it was not related to function pointers. It was a bug in the virtual machine. When dynamically growing the stack space, the object pointer for the class method call wasn't copied over to the new stack block, which caused the access violation.
As you suspected, it was not related to function pointers. It was a bug in the virtual machine. When dynamically growing the stack space, the object pointer for the class method call wasn't copied over to the new stack block, which caused the access violation.
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