search for: getwindowlonga

Displaying 7 results from an estimated 7 matches for "getwindowlonga".

2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine except often it doesn't recognize the release of a mouse click, so tools/selections continue even after you've released the mouse button. I have no idea as to how to solve this, but anyone with any info it would be much appreciated. Thanks On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote: > Hello, > Does anyone
2001 Aug 31
1
GetWindowLongA
hi all, we have a win32 application (no source), and we need it to work under wine. after debugging a bit, we found that it crashes because it obtains a pointer by calling GetWindowLongA() with offset param = 0, and dies after accessing it, since GetWindowLongA returns 0. this happens under wine; under win98SE the same function call returns a valid pointer. we tried executing step by step the GetWindowLongA function, but the debugger (TurboDebugger 5.5, the most decent we fou...
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...) retval=0823cc70 ret=62105eb0 0823cd40:Call kernel32.GlobalLock(404aff6a) ret=6255d110 0823cd40:Ret kernel32.GlobalLock() retval=41942868 ret=6255d110 0823cd40:Call kernel32.GlobalUnlock(404aff6a) ret=6255d1d0 0823cd40:Ret kernel32.GlobalUnlock() retval=00000000 ret=6255d1d0 0823cd40:Call user32.GetWindowLongA(00000c24,fffffff0) ret=6256a7db 0823cd40:Ret user32.GetWindowLongA() retval=84cc0000 ret=6256a7db 0823cd40:Call user32.SetWindowLongA(00000c24,fffffff0,84c40000) ret=6256a8c7 0823cd40:Call window proc 0x62568b00 (hwnd=00000c24,msg=WM_STYLECHANGING,wp=fffffff0,lp=40603e70) 0823cd40:Call user32.GetW...
2001 Aug 07
3
Troubles with Farpoint Spread controls
Hi all. The environment we are working on is a Red Hat Linux 6.2, with XFree 4.0 and KDE 2.1. The wine has been compiled using egcs-1.1.2. Wine itself is latest snapshot (20010731). The application we're trying to run crashes when tries to display a dialog box using Spread controls (from Farpoint). The crash occurs during a WM_PAINT. By exploring the builind of the window, the control
2001 Jul 21
0
traceback on save in Camedia Master
...ca0:Call ntdll.RtlEnterCriticalSection(78037118) ret=78001075 08067ca0:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=78001075 08067ca0:Call ntdll.RtlLeaveCriticalSection(78037118) ret=780012b1 08067ca0:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=780012b1 08067ca0:Call user32.GetWindowLongA(00001914,fffffff0) ret=5f402173 08067ca0:Ret user32.GetWindowLongA() retval=50200000 ret=5f402173 08067ca0:Call user32.GetParent(00001914) ret=5f40347e 08067ca0:Ret user32.GetParent() retval=00001840 ret=5f40347e 08067ca0:Call kernel32.TlsGetValue(00000001) ret=5f401018 08067ca0:Ret kernel32.Tls...
2001 Apr 03
1
UnhandledExceptionFilter
High, i'm currently try to get VPinball to run and know hanging at the UnhandledExceptionFilter. It seems that after this messages the application terminates. peter Call user32.335: GetWindowLongA(00000dd4,fffffff0) ret=4096b955 fs=008f Ret user32.335: GetWindowLongA() retval=50000000 ret=4096b955 fs=008f Call kernel32.642: MulDiv(00000001,0000009c,00000064) ret=4096b9d3 fs=008f Ret kernel32.642: MulDiv() retval=00000002 ret=4096b9d3 fs=008f Call kernel32.642: MulDiv(00000010,00000002,0000...
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
Hi all. We have a win32 application linked to Far Point's Spread32 library; the application crashes when referencing a NULL pointer returned by GlobalLock, but obviously it runs perfectly under win98SE (see previous post about GetWindowLongA) . The behaviour of SCROLL_GetPtrScrollInfo, with nBar parameter = SB_CTL, is to return wndPtr->wExtra as it were a pointer. Actually we found that, in this case, the application stores in wndPtr->wExtra[0] a handle; so, tricking with wine's code, we obtained the pointer from the handle...