search for: setwindowlong

Displaying 15 results from an estimated 15 matches for "setwindowlong".

2001 Mar 15
2
Entropia distributed computing client won't install
Hi, Because our institute is planning a distributed-computing project in cooperation with the Entropia software, and I do not like the idea of excluding all Linux users from the project, I tried to get the Entropia software running using a recent version of wine (Wine release 20010305), which I compiled & installed on a SuSE Linux 6.4 machine (glibc 2.1.3, kernel 2.2.14) (the entropia
2001 Feb 01
1
flash5 ?
i'm trying to install flash5-trail with wine ... but it runs an hour while using 90% of my Prozezzor, and nothing happens ! i use the CVS version from yesterday. i've no windows on my box ! the installdialog stops at the prompt : content of packages gets read. can enyone help ? how do i install it ? i ran 'wine flash5-trialG.exe' and in the setup i set desktop to 640x480 (does
2001 Feb 04
1
O.k. rerun : ... why ?
...terday. > i've no windows on my box ! > the installdialog stops at the prompt : content of packages gets read. > can enyone help ? > how do i install it ? > i ran 'wine flash5-trialG.exe' > and in the setup i set desktop to 640x480 (does that matter ?) That's the SetWindowLong problem again. This patch should *really* go into CVS now. OK, I'll try to review the window management stuff again. *sigh* Andreas Mohr ------------- cut -------------- do i understand it wrong ? but that sounds like there is allready a patch, but it is not in the CVS now ... so my quest...
2001 Feb 04
1
Hey ! thanks ! Flash 5 works now ... for short ... :(
...new one ? that is kinda annoing ... eny idea ? would be grate if u could help me to fix that problem .. the problem with the install screnn can be fixt, by patching manualy the win.c cuz the patch file from http://www.integrita.com/cgi-local/lwgate.pl/WINE-PATCHES/archives --> 2000/07 --> setwindowlong is outdated, but u can fix it by hand, if u open win.c ; go to line 2032 ( case GWL_STYLE: ) and than change the code between 'case GWL_STYLE:' and 'if (wndPtr->flags & WIN_ISWIN32)' into : case GWL_STYLE: // style.styleOld = wndPtr->dwStyle; //...
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
2001 Feb 07
0
Wine Weekly News #81 (2001 Week 06)
...e's not much new on the D3D side, though we're working hard with some hardware and sofware vendors to improve performance there, which you'll see in upcoming releases. The nicest thing about the latest release is that we've incorporated Andreas Mohr's SetWindowLong patch, which along with the work he did on CreateProcess now allows InstallShield installers to work properly. The other big news item is that with our recent DirectInput work, and a minor tweak to Wine's OpenGL thunking layer, American McGee's Alice demo...
2001 Feb 07
0
Wine Weekly News #81 (2001 Week 06)
...e's not much new on the D3D side, though we're working hard with some hardware and sofware vendors to improve performance there, which you'll see in upcoming releases. The nicest thing about the latest release is that we've incorporated Andreas Mohr's SetWindowLong patch, which along with the work he did on CreateProcess now allows InstallShield installers to work properly. The other big news item is that with our recent DirectInput work, and a minor tweak to Wine's OpenGL thunking layer, American McGee's Alice demo...
2001 Jan 31
2
New TransGaming Patch
This worked with: Wine CVS from Jan 29th + Transgaming patch XFree 4.0.2 NVidia drivers 0.9.6 Had to turn off DGA, and force wine to manage created windows, otherwise I get a glXMakeCurrent error when it tries to set the current GLX rendering context. The frame rate isn't quite windows, but the demo is certainly playable. Good luck, Dan "Chris Howells"
2019 Aug 23
0
Wine release 4.0.2
...lement ImageLoad and cleanup ImageUnload. 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....
2016 Aug 19
0
Wine release 1.9.17
...tch to fullscreen mode when creating fullscreen swapchains. dxgi/tests: Check fullscreen state in test_create_swapchain(). d3d11: Remove redundant 'break' statement. user32/tests: Add more tests for setting window styles. user32: Prevent resetting WS_MINIMIZE through SetWindowLong. Kenneth Haley (1): v4 resend: Riched20: allow setting background text color. Keno Fischer (2): preloader: Add proper CFI instructions to _start functions. kernel32: Fix RegisterWaitForSingleObject for console handles. Matt Robinson (1): ntdll: Catch page fault in RtlWow6...
2001 Feb 08
0
hello, I need some help for using wine...
...e's not much new on the D3D side, though we're working hard with some hardware and sofware vendors to improve performance there, which you'll see in upcoming releases. The nicest thing about the latest release is that we've incorporated Andreas Mohr's SetWindowLong patch, which along with the work he did on CreateProcess now allows InstallShield installers to work properly. The other big news item is that with our recent DirectInput work, and a minor tweak to Wine's OpenGL thunking layer, American McGee's Alice demo...
2019 Mar 01
0
Wine release 4.3
...e tests for serial queues. mfplat: 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....
2007 Nov 09
0
Wine release 0.9.49
...assert. server: Add the generated files missing from the last commit. msvcrt: Silence FIXME about an unknown parameter that isn't used. server: Also return the new extended style in the set_window_pos request. user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong. user32: SetParent should not make the window topmost. server: Fix get_next/prev_window behavior for unlinked windows. server: Added support for HWND_TOPMOST and HWND_NOTOPMOST. winex11.drv: Set the WM_STATE_ABOVE hint on topmost windows. user32: Store the builtin clas...
2010 Sep 03
0
Wine release 1.3.2
...ead of long in the spec files for 32-bit floating point values. d3dx10: Use float instead of long in the spec files for 32-bit floating point values. configure: Make it a fatal error when some maintainer mode tools are not found. user32: Prevent changing some window styles through SetWindowLong. user32/tests: Remove some noisy output. opengl32: Update to the latest GL spec. opengl32: Use float type where appropriate in the spec file. rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrMesProcEncodeDecode. rpcrt4: Remove a couple of unused...
2008 May 02
0
Wine release 0.9.61
...L rtfData block. winhelp: Added support for font scaling when using RichEdit. winhelp: Added support for relative offsets in richedit rendered pages. Erik de Castro Lopo (5): include: Fix "warning: cast from pointer to integer of different size". user32/tests: Use SetWindowLongPtr instead of SetWindowLong. crypt32: Use LOWORD on LPCSTR type instead of casting to int. ntdll: Win64 fix for get_pointer_obfuscator. dbghelp: Fix pointer cast. Frans Kool (2): winecfg: Added missing Dutch translation. start: Fixed Dutch translations. Gerald Pfeife...