Displaying 10 results from an estimated 10 matches for "event_processev".
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...hile in the old situation it did. If you have access to the spy++
>program, run it under windows and compare the messages between wine
>and windows.
Ok, I've managed to do that. I ran:
wine --debugmsg +mouse,+event,+window,+message vfp.exe
and this is the end of what I got:
trace:event:EVENT_ProcessEvent Got event MotionNotify for hwnd 1002d
trace:event:EVENT_ProcessEvent returns.
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0084] WM_NCHITTEST sent from self wp=00000000 lp=025f0261
trace:message:SPY_EnterMessage (0001002d) DefWindowProc32:
WM_NCHITTEST [0084...
2005 Feb 11
3
msaccess odbc driver not working
I have problems import ms access 2000 data into Word 2000. The error is:
DDE connection failed.
Browsing the internet I found out that ms access uses ODBC for this (am
I correct?).
I have installed MDAC_TYP.EXE like in the Winehq documentation.
I think that the msaccess driver doesn't work o.k.
To reproduce: Run wine c:\windows\system\ODBCAD32.EXE
--> in
2003 Apr 10
1
Starcraft Patch
...hanged to make starcraft work */
+ while ( XPending( display ) )
{
- Bool ignore;
-
- XNextEvent( data->display, &event );
- ignore = XFilterEvent( &event, None );
+ XNextEvent( display, &event );
wine_tsx11_unlock();
- if (!ignore) EVENT_ProcessEvent( &event );
+ EVENT_ProcessEvent( &event );
count++;
wine_tsx11_lock();
}
+/* this is a way in old patch, but I think it is unecessary
+ not sure why we need a separate loop
+
+ int events;
+ while ( (events = XPending( display )) )
+ {
+ do...
2001 Jul 18
3
App doesn't react
Hi all,
I've downloaded the sources of Wine-20010510 and installed them
successfully (I think).
But when running a Windows-app, the window is in screen, but doesn't
react to my input, like mouse-clicking or typing on the keyboard.
Is this a known prob?
Thanks in advance,
Bram Schoenmakers
:-( ;-) :-)
2001 Jul 11
0
unknown Window
Hy,
yesterday I compiled wine 20.05.2001
I can start windows programms, I immediately get
messages like this:
err:event:EVENT_ProcessEvent Got event MotionNotify for unknown Window 9e3222a8
err:event:EVENT_ProcessEvent Got event MotionNotify for unknown Window 9e3222b9
the number of the Window changed every time, and when I use a button, it
dosn't work: Button press, unknown Window...
What's wrong ?
Bernd
2004 Oct 28
5
How to help improving Wine?
...file_name L"USER32.dll" not found in /home/gissi/.wine/dosdevices/f:
warn:x11drv:SWP_DoOwnedPopups (0x2003a) hInsertAfter = (nil)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:x11drv:SWP_DoOwnedPopups (0x3003a) hInsertAfter = (nil)
warn:event:EVENT_ProcessEvent Got event UnmapNotify for unknown Window 03000027
warn:event:EVENT_ProcessEvent Got event FocusOut for unknown Window 03000027
warn:x11drv:SWP_DoOwnedPopups (0x3003a) hInsertAfter = (nil)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:heap:HEAP_Valid...
2002 Feb 21
2
How do I launch with Start/Run ??
Hi List
I am a newbie to Wine, but managed to download it and have run 123free.exe
and dbridge.exe successfully over the last couple of days.
My OS is RedHat 7.2 and wine is the download rpm file:
codeweavers-wine-20011108-5.i386.rpm
The program I am trying to run on wine came with my Rex 6000 pda. It is an
interesting gadget (I have a couple of REX 5000 units which can be loaded
from
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108
CVS update run this morning
Ran the following commands
make uninstall
make clean
/tools/wineinstall
Lotus Notes RNext running OK with latest CVS (I was having problems where
buttons would not work), however if I go into User Preferences, and then
click on either the OK or Cancel button, a crash occurs producing the
following in the debugger....
WineDbg starting...
2002 Apr 16
0
wineconsole regression
...0x40a90000: block 0x404495fe is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x4044960c is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x404495fe is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x4044960c is not inside heap
warn:event:EVENT_ProcessEvent Got event KeymapNotify for unknown Window 00000000
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x404495fe is not inside heap
warn:heap:HEAP_IsRealArena Heap 0x40a90000: block 0x4044960c is not inside heap
warn:gdi:GDI_GetObjPtr Invalid handle 0
warn:gdi:GDI_GetObjPtr Invalid handle 0
warn:...