similar to: fixme:dib:make_rgb_colorref Unhandled color type ff000000

Displaying 10 results from an estimated 10 matches similar to: "fixme:dib:make_rgb_colorref Unhandled color type ff000000"

2014 Dec 31
3
[LLVMdev] First class aggregates of small size: split when used in function call
Hello, In my LLVM frontend (CLR/MSIL), I am currently using first-class aggregates to represent loaded value types on the "CLR stack". However, I noticed that when calling external method taking those aggregate by value, they were not passed as I expected: %COLORREF = type { i8, i8, i8, i8 } declare i32 @SetLayeredWindowAttributes(i8*, %COLORREF, i8, i32) I call this function with
2011 Dec 01
2
EMEditor 11.02
The install goes fine. (I own v10/11 and use it in Windows, so I use my reg key from there and that works fine as well.) The program generally runs fine, but when you open a file, it's as though the syntax highlighting is broken... some of the text just doesn't show up, and some might show up when highlighted, or it might not... it kind of changes what shows and what doesn't each time
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
Hello, I've wrote a program in win32 that does some drawing. After running it for a while it stops drawing the colors for the shapes I draw using GDI functions and it throws multiple time this error: err:local:LOCAL_GetBlock 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
2012 Dec 07
0
Wine release 1.5.19
The Wine development release 1.5.19 is now available. What's new in this release (see below for details): - Performance improvements in the DIB engine. - More fleshed out XML-lite implementation. - Some more C++ runtime functions. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.19.tar.bz2
2007 Mar 21
0
[904] branches/wxruby2/wxwidgets_282: Changes in Wx::Colour API 2.6 -> 2.8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2013 May 24
0
Wine release 1.5.31
The Wine development release 1.5.31 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 21. - Joystick force feedback support on Mac OS X. - Window management fixes in the Mac driver. - Various bug fixes. The source is available from the following locations:
2012 Jan 13
0
Wine release 1.3.37
The Wine development release 1.3.37 is now available. What's new in this release (see below for details): - Completion of the DIB engine. - Improvements to the C++ runtime. - A number of fixes in the audio drivers. - Unnecessary Direct3D options removed from WineCfg. - Some fixes to the built-in Internet Explorer. - Various bug fixes. The source is available from the following
2011 Oct 21
0
Wine release 1.3.31
The Wine development release 1.3.31 is now available. What's new in this release (see below for details): - BiDi text support in the single-line edit control. - Support for StretchDIBits and AlphaBlend in the DIB engine. - A number of audio fixes. - VBScript improvements. - Various bug fixes. The source is available from the following locations:
2010 Nov 12
0
Wine release 1.3.7
The Wine development release 1.3.7 is now available. What's new in this release (see below for details): - Improved system tray support. - Better support for installers with assemblies. - Many of the msvcrt "secure" functions implemented. - A lot of fixes to the GStreamer support. - Many MSXML improvements. - Translation updates. - Various bug fixes. The source is
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
Hi all, I have been trying to build wine from source on my imac, but I encountered errors that I have no idea how to fix [Crying or Very sad] I configured with: Code: ./configure CPPFLAGS='-I/usr/X11/include -I/opt/local/include' LIBS='-lGL -lGLU' LDFLAGS='-L/usr/X11/lib -L/opt/local/lib' I installed the dependencies for wine with MacPorts (hence the /opt/local).