search for: globalsize

Displaying 4 results from an estimated 4 matches for "globalsize".

Did you mean: globalize
2009 Apr 17
2
win32-clipboard issues and support for additional formats
Hi, Currently the GetClipboardData() function is declared in windows-pr so that it returns a pointer. I guess my reasoning was that I was only worried about dealing with text at the time, so it was the easiest thing to do. But, I''d like to support more formats beyond text, i.e. images. However, this can cause a segfault. If you copy a jpeg image to the clipboard first, for example, and
2001 Oct 09
2
crash on priviledged instruction
...EAD(0x0005,0x09c7886a,0x0004) ret=05d7:07b0 ds=09c7 08243b48:Ret KERNEL.82: _LREAD() retval=0x0004 ret=05d7:07b0 ds=09c7 08243b48:Call KERNEL.15: GLOBALALLOC(0x0042,0x00001919) ret=042f:0ed7 ds=09c7 08243b48:Ret KERNEL.15: GLOBALALLOC() retval=0x0b76 ret=042f:0ed7 ds=09c7 08243b48:Call KERNEL.20: GLOBALSIZE(0x0b76) ret=042f:0ef9 ds=09c7 08243b48:Ret KERNEL.20: GLOBALSIZE() retval=0x00001920 ret=042f:0ef9 ds=09c7 08243b48:Call KERNEL.18: GLOBALLOCK(0x0b76) ret=04e7:05ad ds=09c7 08243b48:Ret KERNEL.18: GLOBALLOCK() retval=0x0b770000 ret=04e7:05ad ds=09c7 08243b48:Call KERNEL.82: _LREAD(0x0005,0x0b7700...
2011 Jun 24
0
Wine release 1.3.23
...akefile generation flags. makefiles: Use generic flags to specify which directories need a make install. makefiles: Use the generic install flags for the tools directories. makefiles: Use the generic install flags for the static libraries. kernel32: Fix some 64-bit issues in GlobalSize(). rpcrt4: Fix handling of complex types of return values on the server side. rpcrt4: Fix handling of complex types of return values on the client side. rpcrt4: Also check base types for null ref pointers. widl: Default to the cdecl calling convention in client/server functi...
2007 Sep 28
0
Wine release 0.9.46
...user32: Add tests for the DDE pack functions. user32: Set uiLo and uiHi to zero on error. kernel32: Fix the case where memory is freed twice in GlobalFree. kernel32: Return TRUE for all pointer params in GlobalUnlock. kernel32: Don't crash accessing an invalid handle in GlobalSize. user32: Add a test that shows ddeml string handles use local atoms. Jeff Latimer (1): mpr: Check for out of memory condition. Juan Lang (112): msi: Don't crash if record has no fields. msi: Make sure nested is initialized. msi: Initialize nested. wininet:...