question regarding FindWindow

Marcus Meissner marcus at jet.franken.de
Thu Dec 15 02:52:50 CST 2005


> Look at why the message loop for 0x10024 doesn't process the message. 
> This may be one of the things that Windows handles in the server rather 
> than sending messages to each window.

The window its trying to WM_GETTEXT is created by ole32.CoInitializeEx(0,2)
(called by Google Earth startup code), and hangs only some lines later
in a kernel32.WaitForSingleObject() (also called by a google earth supplied dll).

WFSO does not do windows messageloop handling. :/

So, is CoInitializeEx(NULL,COINIT_APARTMENTTHREADED) is perhaps
doing the wrong thing here.

Ciao, Marcus



More information about the wine-devel mailing list