Hello, 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_BUFFER&rnum=3#1a3c957675242c7e And I have been able to translate most things into python, but I have been unable to get it to work. I use the pywin extensions to call CreateEvent and create the required events. But when I wait on the event using the WaitOnSingleEvent call, it hangs indefinitely even when I make calls to OutputDebugString in other processes, (both python processes using win32api and actual C++ win32 programs). I also used mmap to map a file (using fileno -1) to the "DBWIN_BUFFER" but that buffer appears to be empty all the time no matter the calls to OutputDebugString. I have limited experience with this part of windows, but if anyone had any ideas I'd appreciate it greatly. Thanks, Daniel -- http://mail.python.org/mailman/listinfo/python-list