Added samples/dll for showing how to use wxWidgets to implement
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Dec 2009 18:54:40 +0000 (18:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Dec 2009 18:54:40 +0000 (18:54 +0000)
commit61aba4609aa384e8906e76715ea483cbf46c6725
tree0c483940838c2056953abfb8026856aa54df456c
parentda00cef2d8497aff5bd5d84bed7983575fce71f0
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
31 files changed:
autoconf_inc.m4
configure
configure.in
samples/dll/Makefile.in [new file with mode: 0644]
samples/dll/README.txt [new file with mode: 0644]
samples/dll/dll.bkl [new file with mode: 0644]
samples/dll/dll.dsw [new file with mode: 0644]
samples/dll/dll_my_dll.dsp [new file with mode: 0644]
samples/dll/dll_vc7.sln [new file with mode: 0644]
samples/dll/dll_vc7_my_dll.vcproj [new file with mode: 0644]
samples/dll/dll_vc7_wx_exe.vcproj [new file with mode: 0644]
samples/dll/dll_vc8.sln [new file with mode: 0644]
samples/dll/dll_vc8_my_dll.vcproj [new file with mode: 0644]
samples/dll/dll_vc8_wx_exe.vcproj [new file with mode: 0644]
samples/dll/dll_vc9.sln [new file with mode: 0644]
samples/dll/dll_vc9_my_dll.vcproj [new file with mode: 0644]
samples/dll/dll_vc9_wx_exe.vcproj [new file with mode: 0644]
samples/dll/dll_wx_exe.dsp [new file with mode: 0644]
samples/dll/makefile.bcc [new file with mode: 0644]
samples/dll/makefile.gcc [new file with mode: 0644]
samples/dll/makefile.unx [new file with mode: 0644]
samples/dll/makefile.vc [new file with mode: 0644]
samples/dll/makefile.wat [new file with mode: 0644]
samples/dll/my_dll.cpp [new file with mode: 0644]
samples/dll/my_dll.h [new file with mode: 0644]
samples/dll/wx_exe.cpp [new file with mode: 0644]
samples/makefile.bcc
samples/makefile.gcc
samples/makefile.vc
samples/makefile.wat
samples/samples.bkl