Articles
More resources will be added as they become available. Do you have any resources
you think would be valuable in this list? Perhaps a tutorial, or a sample program?
Tell me about them. (contact info)
These articles may not be up-to-date with the latest version of the library.
Using AngelScript as dll
(2004/08/17, 1.8.2) Shows how to load and bind the AngelScript library
interface from a dll.
The BStr type
(2003/11/27) Explains the BStr type and how to use it in the host
application. The source code for registering this type comes with the library download.
Polymorphism in AngelScript
(2004/06/30, 1.7, Xavier Shay) Natively, Angelscript does not support
inheritance. This article shows a method that can be used with
Angelscript that allows virtual function overrides to be written in
Angelscript, effectively allowing you to create derived classes in
script.
Calling conventions on the x86 platform
(2005/02/13) This is a study on calling conventions in C++ and how they
are implemented on various compilers. Can be used as guideline for those
who are interesting in adding support for more compilers.