Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Go to the source code of this file.
Namespaces | |
namespace | FX |
Functions | |
void * | fxdllOpen (const FXchar *dllname) |
void | fxdllClose (void *dllhandle) |
void * | fxdllSymbol (void *dllhandle, const FXchar *dllsymbol) |
FXString | fxdllError () |
|
Open library with given name, returning handle to the library, or NULL if the operation failed.
|
|
Close library represented by dllhandle.
|
|
Return address of the symbol in the library represented by dllhandle, or NULL if the operation failed.
|
|
Return the string error message when loading dll's.
|
Copyright © 1997-2005 Jeroen van der Zijp |