Hi,
 
I recently noticed that GetMessage and PeekMessage aren't wrapped in any of the win32* modules, although PostThreadMessage is.  I submitted https://sourceforge.net/tracker/index.php?func=detail&aid=1246207&group_id=78018&atid=551954 to document the problem.  Does anyone know of some special reason why these are missing?
 
I really need these functions defined.  My first thought was to add them myself, but I can't compile the code without MSVC++.  Has anyone here attempted to compile win32all with MinGW?  My experience so far indicates that it wouldn't compile with MinGW unless perhaps someone has some modified version of the distutils setup file.
 
Thanks.
Justin
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to