Re: redirecting text to standard out

2005-03-26 Thread Raphael Clifford
Hans Leidekker wrote: On Friday 25 March 2005 16:14, Raphael Clifford wrote: I am running a windows app under wine that prints text to the screen. This can be copied and pasted into wine's notepad. Is there any way to get wine to simply output all text written by the app to standard out?

Re: redirecting text to standard out

2005-03-25 Thread wino
Thanks for that idea, I was able to capture some output from Dragon Nat. Speaking using that idea. trace:text:DrawTextExW L"New-Paragraph ", -1, [(17,2)-(729,18)] 0824 trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0 trace:text:DrawTextExW L"this text was dictated i

Re: redirecting text to standard out

2005-03-25 Thread Hans Leidekker
On Friday 25 March 2005 16:14, Raphael Clifford wrote: > I am running a windows app under wine that prints text to the screen. > This can be copied and pasted into wine's notepad. Is there any way to > get wine to simply output all text written by the app to standard out? I remember I did som

redirecting text to standard out

2005-03-25 Thread Raphael Clifford
Hi, I am running a windows app under wine that prints text to the screen. This can be copied and pasted into wine's notepad. Is there any way to get wine to simply output all text written by the app to standard out? This would save me a lot of hassle :) I don't mind if it outputs far too much