added deprecation note

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-26 16:34:29 +00:00
parent d181e05329
commit dd5504ecd4

View File

@@ -11,6 +11,11 @@
\section{\class{wxDllLoader}}\label{wxdllloader} \section{\class{wxDllLoader}}\label{wxdllloader}
\textbf{Deprecation note: } This class is deprecated since version 2.4 and is
not compiled in by default in version 2.6 and will be removed in 2.8. Please
use \helpref{wxDynamicLibrary}{wxdynamiclibrary} instead.
wxDllLoader is a class providing an interface similar to Unix's {\tt wxDllLoader is a class providing an interface similar to Unix's {\tt
dlopen()}. It is used by the wxLibrary framework and manages the actual dlopen()}. It is used by the wxLibrary framework and manages the actual
loading of shared libraries and the resolving of symbols in them. There are no loading of shared libraries and the resolving of symbols in them. There are no