Advertisement

Bytecode loading error

Started by July 10, 2012 04:38 PM
1 comment, last by WitchLord 12 years, 2 months ago
Tested on rev1289. The following script fails to load from the saved bytecode:

funcdef void F();

array<F@> arr = { f };

void f()
{
}


LoadByteCode method returns -1.
Revision 1289 is over 2 months old. Have you tried the latest version?


Regardless, I'll look into the problem. Though there have been a few bug fixes to the save/load bytecode feature since then I don't think they are related.

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
The problem did indeed still exist in the latest release.

I've fixed it now in revision 1360.

Thanks,
Andreas

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