git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@class wxDynamicLibrary
wxDynamicLibrary is a class representing dynamically loadable library
@class wxDynamicLibrary
wxDynamicLibrary is a class representing dynamically loadable library
- (Windows DLL, shared library under Unix etc.). Just create an object of
+ (Windows DLL, shared library under Unix etc). Just create an object of
this class to load a library and don't worry about unloading it -- it will
be done in the objects destructor automatically.
this class to load a library and don't worry about unloading it -- it will
be done in the objects destructor automatically.