]> git.saurik.com Git - wxWidgets.git/history - samples/dll
Repair the stream tests.
[wxWidgets.git] / samples / dll /
2009-12-09  Vadim ZeitlinExplicitly link the SDK application example with user32...
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-12-07  Vadim ZeitlinAdd a very simple example of a Win32 application using...
2009-12-07  Vadim ZeitlinUse __declspec(dllexport) instead of WXEXPORT in dll...
2009-12-07  Vadim ZeitlinDefine MY_DLL_BUILDING symbol for dll sample DLL build.
2009-12-07  Vadim ZeitlinAdd semi-public wxDynamicLibrary::MSWGetModuleHandle().
2009-12-07  Vadim ZeitlinCorrect placement of calling convention keyword: must...
2009-12-07  Vadim ZeitlinRegenerate dll samples makefiles using the correct...
2009-12-07  Vadim ZeitlinRemove a couple of VC6 workspace files for the samples.
2009-12-07  Vadim ZeitlinRemove the MSVC solution files added with the new dll...
2009-12-05  Václav SlavíkAdded samples/dll for showing how to use wxWidgets...