search for: createcompatiblebitmap

Displaying 11 results from an estimated 11 matches for "createcompatiblebitmap".

2002 Jan 30
0
X connection to :0.0 broken (explicit kill or server shutdown).
Hi, Using wineconsole to try a command line program like ftp.exe (runs fine whithout wineconsole), it appears that wineconsole slowdowns the system and use incredible amounts of memory. These are the messages that appear on the wine command line : fixme:bitmap:CreateCompatibleBitmap got bad width 1939840 or height 2457900, please look for reason fixme:console:SetConsoleCtrlHandler (0x1001dc5,1) - no error checking or testing yet fixme:bitmap:CreateCompatibleBitmap got bad width 1939840 or height 2457900, please look for reason then i got the shell prompt, look like the proces...
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...ificant part... 080a7df8:Call USER.66: GETDC(0x0000) ret=05cf:034e ds=01ef 080a7df8:Call x11drv.GetDC(0000008c,00000bf4,00000000,00000013) ret=4094cdce 080a7df8:Ret x11drv.GetDC() retval=00000001 ret=4094cdce 080a7df8:Ret USER.66: GETDC() retval=0x0bf4 ret=05cf:034e ds=01ef 080a7df8:Call GDI.51: CREATECOMPATIBLEBITMAP(0x0bf4,0x0020,0x0020) ret=05cf:035f ds=01ef trace:x11drv:X11DRV_CreateBitmap (00000cb8) 32x32 16 bpp 080a7df8:Ret GDI.51: CREATECOMPATIBLEBITMAP() retval=0x0cb8 ret=05cf:035f ds=01ef 080a7df8:Call GDI.106: SETBITMAPBITS(0x0cb8,0x00000800,1477:080c) ret=05cf:03a2 ds=01ef trace:x11drv:X11DRV_SetBitm...
2017 Feb 10
2
Grapics Device Resolution Limits
...ge.) Normally you will get warning(s) accompanying that Error, but it might just be Warning: unable to allocate bitmap Warning: opening device failed The first of those is reporting what the GraphApp toolkit said, talking directly to Windows GDI (and look at the Windows documentation for e.g. CreateCompatibleBitmap to see that no limits are mentioned). Even on Windows you have the option of using other png() devices: png(filename = "Rplot03d.png", width = 480, height = 480, units = "px", pointsize = 12, bg = "white", res = NA, family = "", restoreConsole =...
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
...ck not enough space in GDI heap 10bf for 36 bytes The WM_PAINT message looks like this: GetClientRect (m_pMainWnd->m_hWnd, &rc); hdc = BeginPaint (m_pMainWnd->m_hWnd, &ps); // Create an off-screen DC for double-buffering hdcMem = CreateCompatibleDC (hdc); hbmMem = CreateCompatibleBitmap (hdc, rc.right, rc.bottom); hOld = SelectObject (hdcMem, hbmMem); // Draw into hdcMem FillRect (hdcMem,&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...
2001 Sep 01
1
Wiso Sparbuch terminates with: X Error of failed request ..
...ret=407b3a6a 0823cd40:Ret x11drv.SelectObject() retval=000000a2 ret=407b3a6a 0823cd40:Call x11drv.SetDeviceClipping(41942e34) ret=407a68b1 0823cd40:Ret x11drv.SetDeviceClipping() retval=00000000 ret=407a68b1 0823cd40:Ret gdi32.CreateCompatibleDC() retval=0000090c ret=6255cd6e 0823cd40:Call gdi32.CreateCompatibleBitmap(00000880,00000221,00000015) ret=6255cc9d 0823cd40:Call x11drv.CreateBitmap(00000910) ret=407a5432 0823cd40:Ret x11drv.CreateBitmap() retval=00000001 ret=407a5432 0823cd40:Ret gdi32.CreateCompatibleBitmap() retval=00000910 ret=6255cc9d 0823cd40:Call gdi32.SelectObject(0000090c,00000910) ret=6255cd...
2017 Feb 10
0
Grapics Device Resolution Limits
...(s) accompanying that Error, but it might > just be > > Warning: unable to allocate bitmap > Warning: opening device failed > > The first of those is reporting what the GraphApp toolkit said, talking > directly to Windows GDI (and look at the Windows documentation for e.g. > CreateCompatibleBitmap to see that no limits are mentioned). > > > Even on Windows you have the option of using other png() devices: > > png(filename = "Rplot03d.png", > width = 480, height = 480, units = "px", pointsize = 12, > bg = "white", res = NA, family = &...
2007 Mar 19
1
Wine unhandled exception running PocketFMS
...tdll.RtlAllocateHeap() retval=00af5cf8 ret=00518b02 0009:Call user32.GetDC(00000000) ret=0053eaa0 0009:Call winex11.drv.GetDCEx(00010020,00000000,00000003) ret=7ea8f91e 0009:Ret winex11.drv.GetDCEx() retval=0000035c ret=7ea8f91e 0009:Ret user32.GetDC() retval=0000035c ret=0053eaa0 0009:Call gdi32.CreateCompatibleBitmap(0000035c,000000d0,0000001a) ret=0053eaac 0009:Ret gdi32.CreateCompatibleBitmap() retval=0000053c ret=0053eaac 0009:Call gdi32.CreateCompatibleDC(0000035c) ret=0053eabc 0009:Ret gdi32.CreateCompatibleDC() retval=00000540 ret=0053eabc 0009:Call gdi32.SelectObject(00000540,0000053c) ret=0053eaca 00...
2005 Apr 21
9
Screen capture, save to file
...D = 0x40 GPTR = 0x42 typealias "HDC","unsigned long" typealias "HBITMAP","unsigned long" extern "HDC GetWindowDC(int)" extern "HDC CreateCompatibleDC(HDC)" extern "int GetDeviceCaps(HDC, int)" extern "HBITMAP CreateCompatibleBitmap(HDC, int, int)" extern "long SelectObject(HDC, HBITMAP)" extern "long BitBlt(HDC, long, long, long, long, HDC, long, long, long)" extern "void* GlobalAlloc(long, long)" extern "void* GlobalLock(void*)" extern "long GetDIBits(HDC, HBITMAP,...
2017 Feb 10
3
Grapics Device Resolution Limits
Good day, Could the documentation of graphics devices give some explanation of how big the bitmap limits are? For example, > png("Figure1A.png", h = 7, w = 7, res = 1000, units = "cm") Results in Error: unable to start png() device, but the help page of devices doesn't explain that there are any limits or how they are determined. The wording of the error message could
2008 Feb 08
0
Wine release 0.9.55
...gvW. Alexandre Julliard (18): winex11: Abstract the depth->bpp conversion and use it in X11DRV_DIB_CreateDIBFromPixmap. winex11: Remove unneeded check on bitmap depth, screen bpp cannot be 15. shell32: Fix permissions of newly-created directories. gdi32: Avoid locking in CreateCompatibleBitmap. gdi32: Get rid of a few more uses of DC_GetDCPtr. gdi32: Don't hold the GDI lock when calling DC_InitDC. gdi32: Avoid locking in BITMAP_CopyBitmap. gdi32: Use a separate critical section for freetype locking instead of relying on the GDI lock. gdi32: Get rid of DC...
2012 Jan 13
0
Wine release 1.3.37
...e IPv6 lookup. winex11: Don't cache text and background pixel values to support PALETTEINDEX properly. user32: Don't access past the file size when loading a cursor/icon. comctl32/syslink: Fix painting of background color for transparent controls. gdi32: Simplify the CreateCompatibleBitmap implementation. gdi32: Store foreground/background color even when passed CLR_INVALID. Alistair Leslie-Hughes (3): mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDomain. mscoree: Don't pass the string as a reference type. include: Add missing DB_E_BAD defines. An...