Relocatable Module Demo

Location

$REVOLUTION_SDK_ROOT/build/demos/reldemo

Compilation

Go to $REVOLUTION_SDK_ROOT/build/demos/reldemo and enter make. The executable (elf file), relocatable module (rel file), and the module string table file (str file) will be generated under $REVOLUTION_SDK_ROOT/build/demos/reldemo/bin/RVL/.

Execution

Copy all the generated relocatable module files and the module string table file to your game disk root directory. Go to $REVOLUTION_SDK_ROOT/build/demos/reldemo/bin/RVL/ and execute one of the following:

Description

static.elf Loads and links a.rel and b.rel dynamically from the disc.
a.rel Creates several class A objects.
b.rel Creates several class B objects. Class B inherits class A.

See Also

Relocatable module APIs

Revision History

03/01/2006 Initial version.