Displaying 6 results from an estimated 6 matches for "dpa_getptr".
2001 Mar 25
1
Debuginfo for: Not enough system resources to create window
...ary16() retval=00000000 ret=40817858 fs=008f
trace:relay:PE_InitDLL
CallTo32(entryproc=0x40888460,module=40879000,type=0,res=0x1)
Call ntdll.360: RtlEnterCriticalSection(408c20ac) ret=40882a0c fs=008f
Ret ntdll.360: RtlEnterCriticalSection() retval=00000000 ret=40882a0c fs=008f
Call comctl32.332: DPA_GetPtr(40f6009c,00000000) ret=40882a2f fs=008f
Ret comctl32.332: DPA_GetPtr() retval=403c9e9c ret=40882a2f fs=008f
Call comctl32.332: DPA_GetPtr(40f6009c,00000000) ret=40882a54 fs=008f
Ret comctl32.332: DPA_GetPtr() retval=403c9e9c ret=40882a54 fs=008f
Call kernel32.559: HeapFree(40390000,00000000,403c9...
2007 Feb 07
2
all apps are black with nvidia driver
...about files not being found but it seems that they
eventually are because multiple paths are being searched for the same
file, plus some warnings about fonts. The strange errors are things like
this:
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:gdi:GDI_GetObjPtr Invalid handle 0x3e4
warn:dpa:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:dpa:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:dpa:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:dpa:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:dpa:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:dpa:DPA_GetPtr not...
2018 Jan 05
0
Wine release 3.0-rc5
...etLastError().
msvcrt/tests: Don't test function directly when reporting GetLastError().
wsdapi/tests: Don't test function directly when reporting WSAGetLastError().
advapi32/tests: Don't cast return value from HeapAlloc.
shell32: Don't cast return value from DPA_GetPtr.
glu32: Don't cast return value from HeapAlloc.
Fernando Martins (1):
po: Portuguese translation update.
François Gouget (12):
user32/tests: Make test_WS_VSCROLL() static.
comctl32/tests: Make run_test_() static.
comctl32/tests: Make test_combo_WS_VSCROLL() stati...
2004 Oct 28
5
How to help improving Wine?
...wine/dosdevices/c:/windows/Desktop
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\Desktop\\Desktop.ini" not found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\windows\\Desktop\\Desktop.ini" (status c0000034)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:commctrl:DPA_GetPtr not enough pointers in array (0 vs 0).
warn:file:wine_nt_to_unix_file_name L"shell32.dll" not found in /home/gissi/.wine/dosdevices/c:/windows/system
warn:icon:ICO_ExtractIconExW File L"c:\\windows\\system\\shell32.dll" not found or path too long
warn:file:wine_nt_to_unix_file_n...
2009 Apr 24
0
Wine release 1.1.20
...98 by using A-functions.
shell32/tests: Fix some test failures on Win9x and NT4.
shell32/tests: Fix a test failure on Win98.
setupapi/tests: Fix a test failure on Win98.
gdiplus/tests: Fix a test failure on Win98.
Peter Schauer (1):
comctl32/listview: Fix warning from DPA_GetPtr.
Reece Dunn (2):
winecfg: Fix the size of the application static text in Spanish.
winecfg: Fix the size of the application static text in Japanese.
Rein Klazes (5):
msvcrt: Correct implementation of _ecvt() with tests.
user32: When repainting a static control with SS_BITMA...
2008 Oct 24
0
Wine release 1.1.7
...er types.
riched20: Remove superfluous backslashes at end of lines.
winecfg: Fix compilation on older gcc versions.
gdi32: Don't cast the void pointer returned by GDI_GetObjPtr().
comctl32: Remove the superfluous casting of the LPVOID returned by Alloc().
comctl32: DPA_GetPtr() returns a LPVOID so don't cast its return value.
comctl32: LockResource() returns a LPVOID so don't cast its return value.
ntdll: Don't cast void pointers to other pointer types.
Mounir IDRASSI (1):
winscard: Added SCardAccessStartedEvent implementation.
Muneyuki N...