AngelScript SDK 2.25.2 - Bytecode load example

Started by
1 comment, last by FDsagizi 11 years, 2 months ago
Hello everyone this is my first topic.
I met AngelScript now, and I was amazed at the quality.
I managed to make it run on my board with ARM9 Linux and also on my Windows PC.
I can run scripts sources, but I could not compile and execute bytecode.
In my application I will need to distribute the bytecode and not the sources.
I could not find any example of how to generate and load the bytecode using this latest version of AngelScript: AngelScript SDK 2.25.2
Can anyone help me with this?
Advertisement

Manual: Pre-compiled byte code

The bytecode should be saved from a module that has been compiled from the source code. After that the bytecode can be loaded in another execution.

Regards,

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

I use this:

http://www.everfall.com/paste/id.php?iore8puh6ktv

This topic is closed to new replies.

Advertisement