search for: getwindowlong

Displaying 6 results from an estimated 6 matches for "getwindowlong".

Did you mean: getwindowlonga
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 fo...
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...0x145f0d63,0x0008) ret=0d87:5890 ds=0d9f 080a7df8:Ret KERNEL.335: ISBADWRITEPTR() retval=0x0000 ret=0d87:5890 ds=0d9f 080a7df8:Call KERNEL.334: ISBADREADPTR(0x145f0d63,0x0008) ret=0d87:58a1 ds=0d9f 080a7df8:Ret KERNEL.334: ISBADREADPTR() retval=0x0000 ret=0d87:58a1 ds=0d9f 080a7df8:Call USER.135: GETWINDOWLONG The log is not aborted here, it just stops when the app hangs. Regards, Ike -- x x Eike Lantzsch <___> CdC 1509 ASUNCION PY ____|\|\ ____ .ooo../ www.geocities.com/cgelantzsch/index.html _________\ \_____/ rattle, aim,...
2019 Aug 23
0
Wine release 4.0.2
...load. d3dx9/tests: Add initial tests for dummy skin info interface. Nikola Pavlica (2): dsound: Revised 5.1 to stereo downmix. dsound: Added 7.1 to stereo downmix. Nikolay Sivov (4): user32: Do not touch some of the values on 64-bit with SetWindowLong(). user32: Make GetWindowLong() fail for some values on 64-bit. wshom.ocx: Fix string length returned from Check returned BSTR length. dwrite/layout: Fix invalid index access to cluster array. Paul Gofman (4): ddraw: Deny adding the same light to viewports multiple times. ddraw: Fix ddraw[1-4] light act...
2019 Mar 01
0
Wine release 4.3
...lat: Implement waiting items with ability to cancel. mfplat: Add support for scheduled items. mfplat: Cleanup user queues. mfplat: Fail to create user queues on uninitialized platform. user32: Do not touch some of the values on 64-bit with SetWindowLong(). user32: Make GetWindowLong() fail for some values on 64-bit. Paul Gofman (8): kernel32/tests: Add test for overlapped file read. ntdll/tests: Add more tests for overlapped file read. ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of no buffering. wined3d: Only use the LSB of th...
2017 Feb 03
0
Wine release 2.1
.... ntprint: PSetupCreateMonitorInfo() takes two arguments, the second is a server name. comctl32: Correctly set the colour table for ILC_COLOR4 and ILC_COLOR8 imagelists. gameux/tests: Run the MTA tests before the STA tests to avoid a crash on Windows 10. user32: Hardcode the GetWindowLong values for the desktop window to avoid a server round-trip. user32/tests: Restore the mouse cursor to its original position. dssenh/tests: Fix a failing test on Windows 7. dmcompos/tests: Fix a failing test on Windows 8. Jacek Caban (38): mshtml: Initialize nsAString in IHT...
2012 Oct 12
0
Wine release 1.5.15
...er stub for omp_set_num_threads. vcomp: Better stub for omp_get_max_threads. vcomp: Better stubs for omp_get_dynamic, omp_set_dynamic. vcomp: Better stubs for omp_get_nested, omp_set_nested. vcomp: Better stub for omp_get_thread_num. Daniel Jelinski (2): comctl32: Use GetWindowLong to check for scrollbar. comctl32: Clean up listview resizing code. Daniel Lehman (11): msvcrt: Add declaration for _sc[w]printf to header. msvcp90: Change basic_ios<wchar_t>::imbue to match char version. msvcp90: Flip fclose result check in filebuf<>::close....