|
|
Home | Loader API | Interfaces | File List | Index | |
XJR makes use of P6Platform's COM architechure, providing multi-platform component libraries that are dynamically loaded.
We have provided simple helper code which you compile with your application to help make loading XJR easy. This helper can be found in each platforms "src" directory (eg. installdir/linux/Linux2.6_x86_DBG_32bit.OBJ/src). XJR is dynamically loaded, there are no libraries to link directly to your applciation. You only need the XJR header files to compile your application with XJR.
The source for the helper code can be viewed here: p6api.cpp The helper is just a think wrapper which dynamically loads the XJR Loader and provides access the loaders "C" API. You can click the Load API link from top nav bar to view it's documentation.
If you have not already, you should read Loading XJR Components for a simple example to get you started.