Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXDLL.h File Reference

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 ()


Function Documentation

void* FX::fxdllOpen const FXchar dllname  ) 
 

Open library with given name, returning handle to the library, or NULL if the operation failed.

void FX::fxdllClose void *  dllhandle  ) 
 

Close library represented by dllhandle.

void* FX::fxdllSymbol void *  dllhandle,
const FXchar dllsymbol
 

Return address of the symbol in the library represented by dllhandle, or NULL if the operation failed.

FXString FX::fxdllError  ) 
 

Return the string error message when loading dll's.

Copyright © 1997-2005 Jeroen van der Zijp