Hello, with MS WinWord I am encountering the following problem: If there's something selected, GetClipboardData is called.
In GetClipboardData, there is the line:
HWND hWnd = (hWndClipWindow) ? hWndClipWindow : GetActiveWindow();
hWndClipWindow is 0, so GetActiveWindow() is called which also returns 0. I tracked this down to PERQDATA_GetActiveWnd returning 0.
This leads later to "w" bening 0 which results in an X error calling XConvertSelection. It happens in all modes, desktop managed, non managed.
Does anybody have any clues ?
Dominik