Don't ignore child process output if it exits with -1 exit code.
[wxWidgets.git] / samples / dll / my_dll.cpp
2012-12-28  Vadim ZeitlinRemove connection of MyDllApp::OnIdle() handler in...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
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-05  Václav SlavíkAdded samples/dll for showing how to use wxWidgets...