Added samples/dll for showing how to use wxWidgets to implement

a DLL that is used from another application written with a different
toolkit (or different wx version).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2009-12-05 18:54:40 +00:00
parent da00cef2d8
commit 61aba4609a
31 changed files with 6080 additions and 66 deletions

View File

@@ -29,6 +29,7 @@
<subproject id="dialogs" template="sub"/>
<subproject id="dialup" template="sub"/>
<subproject id="display" template="sub"/>
<subproject id="dll" template="sub"/>
<subproject id="dnd" template="sub"/>
<subproject id="docview" template="sub"/>
<subproject id="dragimag" template="sub"/>