char FXchar
Definition: fxdefs.h:387
void * fxdllSymbol(void *dllhandle, const FXchar *dllsymbol)
Return address of the symbol in the library represented by dllhandle, or NULL if the operation failed...
#define FXAPI
Definition: fxdefs.h:122
void * fxdllOpen(const FXchar *dllname)
Open library with given name, returning handle to the library, or NULL if the operation failed...
Definition: FX4Splitter.h:31
void fxdllClose(void *dllhandle)
Close library represented by dllhandle.
FXString fxdllError()
Return the string error message when loading dll's.