Displaying 9 results from an estimated 9 matches for "createdc".
Did you mean:
created
2001 Oct 29
2
error message not understood
Greetings!
I just successfully installed wine under red hat linux 7.1, the latest
kernel. I am running windows 2000 Professional on my Dos partition. I
have been able to run some of the software I need to stay in linux
instead of having to switch to win2k, but I'm having problems with
Membership Plus 6.0c.
Here's the command I give to try and run it: [johnfg@church johnfg]$
wine
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...cd40:Ret user32.GetClientRect() retval=00000001 ret=6256ced4
0823cd40:Call user32.MapWindowPoints(00000c24,00000000,40603e4c,00000002) ret=6256cee9
0823cd40:Ret user32.MapWindowPoints() retval=006e0262 ret=6256cee9
0823cd40:Call gdi32.CreateCompatibleDC(00000880) ret=6255cd6e
0823cd40:Call x11drv.CreateDC(41942e34,00000000,00000000,00000000,00000000) ret=407a92c1
0823cd40:Ret x11drv.CreateDC() retval=00000001 ret=407a92c1
0823cd40:Call x11drv.SetTextColor(41942e34,00000000) ret=407a9806
0823cd40:Ret x11drv.SetTextColor() retval=00000000 ret=407a9806
0823cd40:Call x11drv.SetBkColor(41942e34,00fffff...
2002 May 24
0
gta3
...fixme:win32:ELF_FindExportedFunction function CloseFigure not found:
/usr/lib/wine/libwine.so: undefined symbol: CloseFigure
fixme:win32:ELF_FindExportedFunction function CreateBitmap not found:
/usr/lib/wine/libwine.so: undefined symbol: CreateBitmap
fixme:win32:ELF_FindExportedFunction function CreateDC not found:
/usr/lib/wine/libwine.so: undefined symbol: CreateDC
fixme:win32:ELF_FindExportedFunction function CreateDIBSection not found:
/usr/lib/wine/libwine.so: undefined symbol: CreateDIBSection
fixme:win32:ELF_FindExportedFunction function DeleteDC not found:
/usr/lib/wine/libwine.so: undef...
2013 Feb 15
0
Wine release 1.5.24
...kernel32/tests: Skip tests on non-English systems.
Dmitry Timoshkov (14):
wbemprox: Free name in create_signature (Coverity).
comctl32: Test appropriate tool window for active state.
gdi32: Add support for 16-bit QUERYESCSUPPORT queries.
gdi32: Add a bunch of tests for CreateDC/ResetDC with a custom DEVMODE.
winspool.drv: Turn macros into helper functions.
wineps.drv: Add DEVMODE dumping to make debugging device state easier.
winspool.drv: There is no need to speculate about wineps.drv default DEVMODE.
gdi32: Make sure that actual clipping region i...
2019 Sep 27
0
Wine release 4.17
...i Zhang (12):
user32: Don't report mirrored slave monitors in EnumDisplayMonitors.
kernelbase: Comment out DECLSPEC_HOTPATCH for GetThreadLocale.
kernelbase/tests: Add more PathAllocCanonicalize tests.
gdi32/tests: Fix a test failure on Win10 1809.
gdi32/tests: Add CreateDC tests.
winex11.drv: Initialize display devices before getting primary desktop rectangle.
winex11.drv: Add virtual desktop display device handler.
winex11.drv: Support XRandR display device handler.
winex11.drv: Handle XRandR display device changes.
winemac.drv: Trace d...
2007 Mar 02
0
Wine release 0.9.32
...ser32: Add a test for DefDlgProc(WM_SETFOCUS), make the test pass under Wine.
user32: Add traces to the cursor APIs.
user32: Add a CreateIcon test, make it pass under Wine.
winex11.drv: Clients should pass only KeyPress events to XmbLookupString.
gdi32: Avoid a not necessary CreateDC call.
dlls: Add wing32 dll.
comdlg32: Synchronize ChooseColor dialog templates with the English one.
imm32: Simplify ImmInternalSendIMENotify.
user32: Simplify height calculation.
winetest: Set correct WINETEST_PLATFORM when running under Wine.
user32: Fix a test...
2007 Jan 09
0
Wine release 0.9.29
...SYSINFO and AT_SYSINFO_EHDR when one of them conflicts.
Revert "wined3d: Simplify the get_write_mask and get_swizzle functions."
gdi32: Avoid leaking a handle in MFDRV_ExtSelectClipRgn.
make_makefiles: Properly skip dlls marked with MKDLL_SKIP.
Use GetDC instead of CreateDC where possible.
shlwapi: Use the appropriate constant for an uninitialized TLS check.
server: Avoid crash in alloc_console when the process has no parent.
server: Make thread_apc into a real object.
server: Notify the server that an APC has completed in the next get_apc call...
2011 Mar 18
0
Wine release 1.3.16
...rate entry point for PatBlt and simplify the StretchBlt handling.
gdi32: Add a null driver entry point for PatBlt.
gdi32: Get rid of the BitBlt driver entry point.
gdi32: Fix the calling convention of the DeleteDC entry points.
gdi32: Find the original driver by checking the CreateDC entry point in CreateCompatibleDC.
gdi32: Add a null driver entry point for StretchDIBits.
gdi32: Add null driver entry points for StretchBlt and AlphaBlend.
gdi32: Remove the function table pointer from the DC structure.
Alistair Leslie-Hughes (2):
msxml3: Ignore XML prope...
2011 Sep 09
0
Wine release 1.3.28
...om the stack.
gdi32: Make the push/pop_dc_driver functions available to the drivers.
gdi32: Add a driver entry point for CreateCompatibleDC.
gdi32: Don't allow CreateCompatibleDC on a metafile DC.
gdi32: Leave it up to the driver to push the new device on the DC stack in CreateDC.
winex11: Make sure the bitmap of the brush pattern is owned by x11drv before getting its pixmap.
winex11: Make sure the bitmap created from a packed DIB is owned by x11drv before getting its pixmap.
gdi32: Allocate the DIB driver on first use, and free it only upon DC destruction...