static wxDllType GetProgramHandle();
// return the platform standard DLL extension (with leading dot)
static wxDllType GetProgramHandle();
// return the platform standard DLL extension (with leading dot)
wxDynamicLibrary() : m_handle(0) { }
wxDynamicLibrary(const wxString& libname, int flags = wxDL_DEFAULT)
wxDynamicLibrary() : m_handle(0) { }
wxDynamicLibrary(const wxString& libname, int flags = wxDL_DEFAULT)