7 #ifndef __platform_dl_loader_h__ 8 #define __platform_dl_loader_h__ 23 #if FE_OS==FE_WIN32 || FE_OS==FE_WIN64 38 BWORD openDL(
String a_filename,BWORD a_adaptname=TRUE);
48 void *findDLFunction(
String a_symbol);
58 #if FE_OS==FE_WIN32 || FE_OS==FE_WIN64 63 static FE_DL_PUBLIC std::vector<String> ms_pathArray;
71 #endif // __platform_dl_loader_h__ Raw access to a dynamic library.
Definition: DL_Loader.h:18
kernel
Definition: namespace.dox:3
Automatically reference-counted string container.
Definition: String.h:128
const String & name(void) const
Returns the name of the library as it was opened.
Definition: DL_Loader.h:51