Re: Reading my own stdout

2005-08-21 Thread Robert Kern
Miki Tebeka wrote: > Hello All, > > I have a windows app (wxPython) that uses a C DLL (via SWIG). > The C DLL emits a lot of information using "printf" and I'd like to catch > this output and show it in the GUI. > > How can I do this? (OS is winXP). > > (The only option I see now is to do a "-Dp

Reading my own stdout

2005-08-21 Thread Miki Tebeka
Hello All, I have a windows app (wxPython) that uses a C DLL (via SWIG). The C DLL emits a lot of information using "printf" and I'd like to catch this output and show it in the GUI. How can I do this? (OS is winXP). (The only option I see now is to do a "-Dprintf=my_log_function" which I don't