$REVOLUTION_SDK_ROOT/build/demos/reldemo
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/.
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:
ndrun script using an elf file as an argument. ide using a elf file as an argument.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. |
03/01/2006 Initial version.