search for: deletedc

Displaying 16 results from an estimated 16 matches for "deletedc".

Did you mean: deleted
2008 Sep 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2001 Feb 15
0
FrameMaker 6.0 problem - further information
...t=4079a24e fs=008f Call gdi32.432: SelectObject(00000444,000000be) ret=4079a25b fs=008f Ret gdi32.432: SelectObject() retval=00001036 ret=4079a25b fs=008f Call user32.144: DestroyIcon(000002c6) ret=4079a26a fs=008f Ret user32.144: DestroyIcon() retval=00000001 ret=4079a26a fs=008f Call gdi32.176: DeleteDC(00000444) ret=4079a279 fs=008f trace:font:X11DRV_FONT_SelectObject hfont=ffed trace:font:XFONT_RealizeFont physfont 1 Ret gdi32.176: DeleteDC() retval=00000001 ret=4079a279 fs=008f Call gdi32.176: DeleteDC(00000448) ret=4079a283 fs=008f trace:font:X11DRV_FONT_SelectObject hfont=ffed trace:font:XFO...
2001 Feb 20
1
I need some help for using wine
...all gdi32.432: SelectObject(00000444,000000be) ret=4079a25b fs=008f > Ret gdi32.432: SelectObject() retval=00001036 ret=4079a25b fs=008f > Call user32.144: DestroyIcon(000002c6) ret=4079a26a fs=008f > Ret user32.144: DestroyIcon() retval=00000001 ret=4079a26a fs=008f > Call gdi32.176: DeleteDC(00000444) ret=4079a279 fs=008f > trace:font:X11DRV_FONT_SelectObject hfont=ffed > trace:font:XFONT_RealizeFont physfont 1 > Ret gdi32.176: DeleteDC() retval=00000001 ret=4079a279 fs=008f > Call gdi32.176: DeleteDC(00000448) ret=4079a283 fs=008f > trace:font:X11DRV_FONT_SelectObject...
2001 Apr 10
2
Stars! kills X-Server
...02 ret=029f:27fa ds=039f Call GDI.9: SETTEXTCOLOR(0x0048,0x00000000) ret=029f:2806 ds=039f Ret GDI.9: SETTEXTCOLOR() retval=0x0000ffff ret=029f:2806 ds=039f Call GDI.1: SETBKCOLOR(0x0048,0x00ffffff) ret=029f:2812 ds=039f Ret GDI.1: SETBKCOLOR() retval=0x00c0c0c0 ret=029f:2812 ds=039f Call GDI.68: DELETEDC(0x0c8c) ret=029f:281a ds=039f Ret GDI.68: DELETEDC() retval=0x0001 ret=029f:281a ds=039f Call USER.40: ENDPAINT(0x07f8,039f:a3a8) ret=029f:01f2 ds=039f Ret USER.40: ENDPAINT() retval=0x0001 ret=029f:01f2 ds=039f CallTo16() ss:sp=039f:a3f6 AX=0000 BX=0000 CX=0000 DX=0000 BP=a420 SP=a3f6 Ret...
2002 Sep 17
2
Unable to print with the Wine PS driver
...ot;, the second "Device name", the third "Output". After clicking OK on the third, I get Wine's Print Dialog window. If I hit OK on it, I get an unhandled exception. When I run Wine with the options --debugmsg +print,+psdrv, I get frequent 'FindPrinterInfo' and 'DeleteDC' messages, as well as numerous 'WriteSpool16' messages before the unhandled exception at the very end (which, by the way, doesn't even launch the debugger window). These are the relevant sections from ~/.wine/config: ******************** [wine] ... ;"printer" = "on...
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
...em,&rc,CreateSolidBrush (RGB(255,255,255)) ); m_pMainWnd->OnPaint (hdcMem); // Transfer the off-screen DC to the screen BitBlt (hdc, 0, 0, rc.right, rc.bottom, hdcMem, 0, 0, SRCCOPY); // Free-up the off-screen DC SelectObject (hdcMem, hOld); DeleteObject (hbmMem); DeleteDC (hdcMem); EndPaint (m_hWnd, &ps); OnPaint method for m_pMainWnd looks like this: HPEN hPen = CreatePen( PS_SOLID, 3, m_cCurPen); // m_cCurPen: COLORREF HBRUSH hBrush = CreateSolidBrush( m_cCurBrush ); // m_cCurBrush: COLORREF HPEN hOldPen = (HPEN) SelectObject( dc,hPen );...
2002 May 24
0
gta3
...xme: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: undefined symbol: DeleteDC fixme:win32:ELF_FindExportedFunction function DeleteObject not found: /usr/lib/wine/libwine.so: undefined symbol: DeleteObject fixme:win32:ELF_FindExportedFunction function DescribePixelFormat not found: /usr/lib/wine/libwine.so: un...
2010 Mar 05
0
Wine release 1.1.40
...nslation. msvcr71: Forward more functions to msvcrt.dll. msvcrt20: Forward more functions to msvcrt.dll. Dmitry Timoshkov (4): comctl32: Initialize item.mask before sending HDM_GETITEM message. gdi32: Dump GDI objects in the case of running out of GDI handles. user32: DeleteDC() should allow to delete a DC returned by GetDC(). gdi32: Fix the DeleteDC test failures under Win9x. Dylan Smith (19): richedit: Added some extra tests for EM_FORMATRANGE. wordpad: Added missing calls to DeleteDC and ReleaseDC. wordpad: Get preview page character boundarie...
2005 Apr 21
9
Screen capture, save to file
...g)" extern "void* GlobalLock(void*)" extern "long GetDIBits(HDC, HBITMAP, long, long, void*, void*, long)" extern "long GlobalUnlock(void*)" extern "long GlobalFree(void*)" extern "long DeleteObject(unsigned long)" extern "long DeleteDC(HDC)" extern "long ReleaseDC(long, HDC)" module_function def screenCapture(filename = "tmp.bmp") hScreenDC = getWindowDC(0) hmemDC = createCompatibleDC(hScreenDC) screenWidth = getDeviceCaps(hScreenDC, HORZRES) screenHeight = getDeviceCaps(hScreenDC,...
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2016 Jun 24
0
Wine release 1.9.13
...enhanced metafiles. gdi32: Add path helper functions to add points and close figures. gdi32: Keep track of the last move position in a path. gdi32: Don't modify the DC arc direction in AngleArc. gdi32: Fix updating the current position in PolyDraw. gdi32: Implement DeleteDC in the path driver. gdi32: Add a helper function to return the metafile device. gdi32: Implement a path driver for enhanced metafiles. gdi32: Implement bounds for FillPath, StrokeAndFillPath and StrokePath in enhanced metafiles. gdi32: Fix setting the path flags in PolyPolyl...
2014 Apr 18
0
Wine release 1.7.17
...n they have changed. makedep: Open files from the top-level directory as far as possible. makedep: Parse files as soon as they are loaded, and cache the information. makedep: Store the includes list inside the makefile structure. gdi32: Pass the full DC handle to the hook in DeleteDC. wrc: Allow specifying the default message font in dialogs by setting DS_SETFONT. user32: Load the message box font through the dialog template. Alistair Leslie-Hughes (2): hnetcfg: Register NetFwOpenPort interface. sdbinst: New stub program. Austin English (5): gdi3...
2012 Dec 21
0
Wine release 1.5.20
...s (6): winspool: Close read end of pipe in parent so we can detect child termination. servicemodelreg: Keep debug channel name to 14 characters or fewer. winequartz.drv: Rename to winemac.drv ("the Mac driver"). winemac: Implement minimal Create[Compatible]DC() and DeleteDC(). configure: Only enable the Mac driver on Mac OS X 10.6 or later. winemac: Implement GetDeviceCaps(). Michael Stefaniuc (8): dnsapi: Use FIELD_OFFSET for the size of a struct with var length array. dwrite: Don't overallocate memory for a BITMAPINFO. iphlpapi: Si...
2011 Jun 24
0
Wine release 1.3.23
...: Add support for 1 bpp dibs. gdi32/tests: Add tests for 1 bpp dibs. gdi32: Add support for 1 bpp brushes. gdi32/tests: Add tests for 1bpp brushes. gdi32: Add support for hatched brushes. gdi32/tests: Add tests for hatched brushes. gdi32/tests: Call ReleaseDC not DeleteDC. gdi32/tests: Add broken behaviour on nt4 sp1-5. gdi32/tests: Add broken behaviour on nt4 sp1 and 2. gdi32/tests: Add some broken behaviours for winxp sp1 and win2003. gdi32/tests: Add broken behaviour for nt4 sp3. gdi32: Add more broken behaviour on nt4 sp3. gdi...
2011 Mar 18
0
Wine release 1.3.16
...point for blits that don't use a source. winex11: Implement a separate 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...
2004 Oct 28
5
How to help improving Wine?
Hi, I really did my best to understand how I can help improving Wine, but I did not succed. Well, everything started when I installed a win application on my Debian 3.1, Wine 2004.07.16 deb (clean install, no dlls). The application is ALOHA (http://www.epa.gov/ceppo/cameo/aloha.htm) It's a free application from US-Environment Protection Agency used for chemical emergency planning (I am an