Relocatable Module (REL) Sample Demos

Location

$REVOLUTION_SDK_ROOT/build/demos/reldemo

Compilation

Go to the $REVOLUTION_SDK_ROOT/build/demos/reldemo directory and enter make. The executable (elf file), relocatable module (rel file), and the module string table (str file) will be generated in $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 disc root directory. Go to the $REVOLUTION_SDK_ROOT/build/demos/reldemo/bin/RVL/ directory and execute one of the following.

Description

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

See Also

Relocatable module APIs

Revision History

2006/03/01 Initial version.


CONFIDENTIAL