wxWidgets/samples/exec
Vadim Zeitlin cd6ce4a90c 1. wxProcess changes to make capturing subprocess output easier (and more
reliable), now works in both sync and async modes
2. wxSafeYieldBug() corrected, wxWindowDisabler which is now used in it
   added and documented
3. exec sample updated to illustrate capturing the subprocess output
4. wxStreamBase::IsOk() added
5. wxInputStream::Eof() added and non-blocking Eof() implementation in
   wxPipeInputStream used by wxExecute


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-02 19:06:13 +00:00
..
exec.cpp 1. wxProcess changes to make capturing subprocess output easier (and more 2000-03-02 19:06:13 +00:00
exec.rc new sample - shows wxExecute 2000-01-15 22:16:23 +00:00
makefile.b32 Added a few makefiles 2000-02-10 15:42:35 +00:00
makefile.bcc Added a few makefiles 2000-02-10 15:42:35 +00:00
makefile.dos Added a few makefiles 2000-02-10 15:42:35 +00:00
makefile.g95 new makefile 2000-01-17 01:26:36 +00:00
Makefile.in makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
makefile.vc Added a few makefiles 2000-02-10 15:42:35 +00:00
makefile.wat Added a few makefiles 2000-02-10 15:42:35 +00:00