Stránka 1 z 1

Tvorba vlastních pluginů

Napsal: 10 bře 2010, 22:16
od ShaMan
převzato z http://www.freeviewshop.co.nz/forum/ind ... 333.0.html

z úvodu ....
Installation

To use the Ultraplus Plugin API, (Ultraplus je jeden z klonů Fortis)
Install the C/C++ compiler of SH4
You may use the any compiler which is made target for SH4 Linux but we recommend STLinux complier.
STLinux compiler can be download in the website as below,
http://www.stlinux.com/
ftp://ftp.stlinux.com/pub/stlinux/

When compiler installation is done, create one Working directory then copy the Ultraplus API to it.
The directory structure of Ultraplus Plugin API is as below.
./plugapi/ <Plugin API Library>
./include/ <Include Files>
./samples/ <Sample Source codes>

Structure of Ultraplus Plugin

Ultraplus Plugin basically should use C++ language and make a source code file as “.cpp” format to compile /link correctly.