Displaying 16 results from an estimated 16 matches for "hbitmap".
Did you mean:
bitmap
2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
I am trying to run a Windows app on Mac using Wineskin. The app uses the functions GetDIBits and BitBlt for the purpose of capturing a snapshot of the screen.
The problem is that these functions seem to behave a little different with Wineskin than in Windows. For example:
HBITMAP hbm;
hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP);
GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO) bitmapInfo, DIB_RGB_COLORS);
After I do the above, I get wrong info in bitmapInfo (bitcount 1 instead of 32, width 1 instead of 1366, height 1 instead of 768, compression BI_RGB instead...
2007 Mar 19
1
Wine unhandled exception running PocketFMS
...ine-0.9.28/dlls/winex11.drv/dib_convert.c:852] in winex11
(0x0034ed90)
2 0x7e4e513b X11DRV_DIB_SetImageBits+0x221b(descr=0x34f008)
[/usr/src/wine-0.9.28/dlls/winex11.drv/dib.c:2543] in winex11 (0x0034efb0)
3 0x7e4e9ea3 X11DRV_SetDIBits+0x1e3(physDev=<register EAX not in topmost
frame>, hbitmap=0x558, startscan=0x0, lines=<register ESI not in topmost
frame>, bits=<register EAX not in topmost frame>, info=0xaf5ce8,
coloruse=<register EDX not in topmost frame>)
[/usr/src/wine-0.9.28/dlls/winex11.drv/dib.c:3931] in winex11 (0x0034f080)
fixme:dbghelp_dwarf:dwarf2_parse_va...
2013 Nov 27
2
glusterfs-3.5qa2 released
RPM: http://bits.gluster.org/pub/gluster/glusterfs/3.5qa2/
SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.5qa2.tar.gz
This release is made off jenkins-release-48
-- Gluster Build System
2005 Apr 21
9
Screen capture, save to file
...able
dlload "kernel32.dll","user32.dll","gdi32.dll"
HORZRES = 8
VERTRES = 10
SRCCOPY = 0xCC0020
GMEM_FIXED = 0
GMEM_MOVEABLE = 0x0002
DIB_RGB_COLORS = 0
GHND = 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)"
exte...
2010 Nov 28
1
Performance problems with bitmaphandling on mac (only)
Hello,
i am trying to get an application to run on mac. It already runs fine on linux (ubuntu and freebsd), but on mac I've severe performance issues using bitmaps. I tracked it down that it has something to do with hbitmap using the api for creating a 10 mega pixel image and saving as a bitmap file.
On windows this takes about 1.400 ms, on ubuntu 2.000 ms but on mac approximatly 30.000 (with 100% CPU usage). I already did researches in the newsgroups and assume that there are conversions taking place. If I change t...
2001 Nov 16
1
FIXME's and missing buttons
Hey there. I am running a program call SciFinder Scholar (it searches
research journal pub databases) under codeweavers wine preview 4.
Program runs pretty well EXCEPT
all of the toolbar buttons are blank.
and there are a fair number of the following errors
fixme:bitmap:X11DRV_DIB_GetImageBits_1 from 1 bit bitmap with mask R,G,B
ff0000,ff00,ff to 1 bit DIB
fixme:bitblt:MaskBlt
2008 Sep 04
3
Saab Electronic Parts Catalogue (EPC)
Hello everyone,
I am trying to get Saab's Electronic Parts Catalogue (EPC) to work with Wine. This is the only program I need running on Windows and stops me from fully enjoying the Linux. I'm running FC 9 with Wine v1.0. The installation of the program was very smoothly with no issues at all. However it fails to start - hangs when the main screen is supposed to show. I am getting
2017 Dec 15
0
Wine release 3.0-rc2
...n't report valid non-Win16 NE executables (e.g. OS/2) as broken.
krnl386.exe16: Shared libraries have a ".exe" rather than ".dll" extension on Windows < 3.0.
user.exe16: Implemented OldExitWindows() user.exe16 function.
user.exe16: Fix handling of 16-bit HBITMAPs in InsertMenu16.
Martin Storsjo (1):
msvcrt: Fix copy/paste typos in arm64 setjmp/longjmp.
Matteo Bruni (3):
d3d11/tests: Add a couple of testcases for UINT, sRGB UAVs.
d3d11/tests: Add tests for GenerateMips().
d3d11/tests: Add a couple of testcases for sRGB SRVs.
Nikol...
2010 Aug 20
0
Wine release 1.3.1
...9;t require an HDC for the convert_unit function.
gdiplus: Don't require an HDC in get_graphics_bounds.
gdiplus: Give a nice warning when we try to draw to an HDC-less graphics.
gdiplus: Don't require an HDC to get the resolution of a graphics object.
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
gdiplus: Stub GdipSetPathGradientTransform.
gdiplus: Stub GdipRotatePathGradientTransform.
gdiplus: Stub GdipScalePathGradientTransform.
gdiplus: Stub GdipSetPathGradientLinearBlend.
gdiplus: Stub GdipGetPathGradientTransfo...
2012 Aug 31
0
Wine release 1.5.12
...advapi32: RegSetValueExW should not crash when passed 1 instead of L"1".
Dmitry Timoshkov (25):
windowscodecs: Do not assume that vtable is the first element of the object.
gdi32: Make sure that pattern info is initialized before being used.
gdiplus: If there is no hbitmap associated with GpBitmap then create one.
gdiplus: Add a test for measuring string that doesn't fit into layout rectangle.
gdiplus: Round the layout rectangle down instead of up in gdip_format_string().
gdiplus: Return error code of the failed API to the caller.
gdiplus:...
2020 Aug 14
0
Wine release 5.15
...ter assembling raise_func_trampoline_thumb.
Myah Caron (1):
kernelbase/tests: Add test for Sleep(1).
Nikolay Sivov (54):
combase: Mark 64-bit only stubs as such.
combase: Move HBRUSH marshalling functions.
combase: Move CLIPFORMAT marshalling functions.
combase: Move HBITMAP marshalling functions.
combase: Move HPALETTE marshalling stubs.
combase: Move HGLOBAL marshalling functions.
combase: Move HACCEL marshalling functions.
combase: Move CreateErrorInfo() function.
combase: Move IMalloc/IMallocSpy functionality.
ole32: Move IsValid...
2011 Feb 04
0
Wine release 1.3.13
...ts: Add tests for FolderItem::get_Path.
ntoskrnl.exe: Add stub for IoGetDeviceInterfaces.
shell32/tests: NT4 doesn't have the Folder2 interface.
Alexander Scott-Johns (10):
ole32: Add support for rendering METAFILEPICT clipboard objects.
ole32: Add support for rendering HBITMAP clipboard objects.
user32/tests: Test getting the data from synthesized clipboard formats.
winex11.drv: Implement synthesizing the CF_ENHMETAFILE clipboard format from CF_METAFILEPICT.
user32: Partially fix clipboard viewer infinite recursion bug.
ole32: Fix error handling i...
2010 Mar 05
0
Wine release 1.1.40
...t NtCreateFile with an invalid filename.
Vincent Povirk (9):
gdiplus: Add a test for GdipImageRotateFlip.
comdlg32: Add a test showing the font dialog ignores printer dpi.
comdlg32: Always use screen dpi in the font dialog, even with a printer dc.
gdiplus: Free the attached HBITMAP when destroying Bitmap objects.
gdiplus: Stub GdipGetImageItemData.
gdiplus: Stub GdipGetRegionScansCount.
ole32: Clear the sibling links when reinserting a renamed element.
ole32: Add a test showing IStorage_CopyTo ignores open objects in the source.
ole32: Add tests...
2009 Sep 02
0
Wine release 1.1.29
...Implement conversion from 4bppGray to 32bppBGRA.
windowscodecs: Implement conversion from 16bppGray to 32bppBGRA.
windowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.
windowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.
gdiplus: Add test for GdipCreateHBITMAPFromBitmap.
gdiplus: Implement GdipCreateHBITMAPFromBitmap.
gdiplus: Add PNG to the decoders list.
gdiplus: Use the decoder list to decide how to load image files.
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
gdiplus: Don't use IPicture to manage the H...
2011 Oct 10
0
Wine release 1.3.30
...urlmon: Improved MapUrlToZone{Ex2} and GetSecurityId support.
urlmon: Improved IUri support for wildcard URLs.
urlmon/tests: Added tests for GetSecurityIdEx2.
urlmon: Added basic GetSecurityIdEx2 implementation.
Vincent Povirk (2):
gdiplus: Include an alpha channel in HBITMAPs created from Bitmaps.
gdiplus: Fix pointer math for the 64-bit tests.
--
Alexandre Julliard
julliard at winehq.org
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