search for: event_captur

Displaying 2 results from an estimated 2 matches for "event_captur".

Did you mean: event_capture
2002 Feb 21
1
Help tracing WINE funcion..
...m trying to trace a problem. The quick description is when I run the Visual FoxPro 5 development environment, and I click in a 'edit' window (like when you bring your program up, to edit it) the screen freezes. when I ran wine --debugmsg +win vfp.exe, my last line of trace is: trace:win:EVENT_Capture (0x20021) So I saw that SetCapure() called EventCapture(), and I'm trying to see what all (yikes!) calles SetCapture() I started with [rick@pc99 wine]$ grep -nri --include *.c setcapture * to get all the c files with set capture. So now that I've added more traces, that command outputs...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
I'm trying to help with http://bugs.codeweavers.com/show_bug.cgi?id=434 and came across my thread from Feb, that I must have missed. >> ----------------------------------- >> Non-Working (wine-2002-02-20 cvs) >> trace:win:SetCapture Calling Event_Capture >> trace:win:EVENT_Capture (0x20021) Window #!! -Maybe? >> trace:win:EVENT_Capture About to Return from Event Capture!!! >> Prev(0) Wnd(131105) >> >> 0806d550:Ret user32.SetCapture() retval=00000000 ret=0065fe45 > >From the return adress (0...