Torque3D Documentation / _generateds / Loadable Libraries

Loadable Libraries

Basic DLL handling and symbol resolving.

More...

Classes:

class

Dynamic Library Interface for library objects loaded using the loadLibrary() function.

Typedefs

DLibraryRef 

Functions

OsLoadLibrary(const char * file)

Load a library Returns 0 if the library fails to load.

Detailed Description

Basic DLL handling and symbol resolving.

When a library is first loaded it's "open" function will be called, and it's "close" function is called right before the library is unloaded.

Typedefs

typedef StrongRefPtr< DLibrary > DLibraryRef 

Functions

OsLoadLibrary(const char * file)

Load a library Returns 0 if the library fails to load.

Symbols are resolved through the DLibrary interface.