Re: Capturing OutputDebugString information in python

2007-10-18 Thread Tim Golden
danbrotherston wrote: > > > Wow, more of a response than I expected, thanks very much for the > research. While not related to the mutex, the problem did appear to > be permission related. For the record, on windows XP > > import sys > import mmap > import win32event > > buffer_ready = win32e

Re: Capturing OutputDebugString information in python

2007-10-18 Thread danbrotherston
Wow, more of a response than I expected, thanks very much for the research. While not related to the mutex, the problem did appear to be permission related. For the record, on windows XP import sys import mmap import win32event buffer_ready = win32event.CreateEvent (None, 0, 0, "DBWIN_BUFFER_

Re: Capturing OutputDebugString information in python

2007-10-17 Thread Tim Golden
danbrotherston wrote: > I am trying to get the output from the win32 platform command > OutputDebugString. I have used the following C++ code as a > guideline: > > http://groups.google.com/group/microsoft.public.vc.utilities/browse_frm/thread/1434418cb968d053/1a3c957675242c7e?lnk=st&q=DBWIN_BUFFE