<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding GDI+ headers to MinGW (to compile wxWidgets with wxGraphicsContext support)</title>
	<atom:link href="http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/</link>
	<description>A blog about my research work, computer and internet stuff, personal life.</description>
	<lastBuildDate>Sat, 28 Jan 2012 02:55:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michelm</title>
		<link>http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/comment-page-1/#comment-56902</link>
		<dc:creator>Michelm</dc:creator>
		<pubDate>Fri, 05 Aug 2011 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=144#comment-56902</guid>
		<description>Hello,
I get following error, if I try to compile the gdiplus stuff in wxwidgets
c/msw/graphics.cpp
In file included from c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../in
clude/gdiplus.h:56,
                 from ../../src/msw/graphics.cpp:92:
c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../include/GdiplusStringFor
mat.h:220: error: extra qualification &#039;Gdiplus::StringFormat::&#039; on member &#039;GetTr
imming&#039;
In file included from c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../in
clude/gdiplus.h:59,
                 from ../../src/msw/graphics.cpp:92:
c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../include/GdiplusMetafile.
h:353: error: extra qualification &#039;Gdiplus::Metafile::&#039; on member &#039;EmfToWmfBits&#039;</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I get following error, if I try to compile the gdiplus stuff in wxwidgets<br />
c/msw/graphics.cpp<br />
In file included from c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../in<br />
clude/gdiplus.h:56,<br />
                 from ../../src/msw/graphics.cpp:92:<br />
c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../include/GdiplusStringFor<br />
mat.h:220: error: extra qualification &#8216;Gdiplus::StringFormat::&#8217; on member &#8216;GetTr<br />
imming&#8217;<br />
In file included from c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../in<br />
clude/gdiplus.h:59,<br />
                 from ../../src/msw/graphics.cpp:92:<br />
c:\mingw-4.4.1\bin\../lib/gcc/mingw32/4.4.1/../../../../include/GdiplusMetafile.<br />
h:353: error: extra qualification &#8216;Gdiplus::Metafile::&#8217; on member &#8216;EmfToWmfBits&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner</title>
		<link>http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/comment-page-1/#comment-51460</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Wed, 30 Mar 2011 15:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=144#comment-51460</guid>
		<description>Great that this hint was a help for the fityk projekt - great software!</description>
		<content:encoded><![CDATA[<p>Great that this hint was a help for the fityk projekt &#8211; great software!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mw</title>
		<link>http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/comment-page-1/#comment-51459</link>
		<dc:creator>mw</dc:creator>
		<pubDate>Wed, 30 Mar 2011 15:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=144#comment-51459</guid>
		<description>Thanks for the instructions. I used these headers to cross-compile wxWidgets on Linux (MinGW with GCC 4.4.4 from Ubuntu gcc-mingw32 package). I only needed to change the case of the filenames and remove extra-qualification in two places. Here is the patch: https://gist.github.com/894515</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions. I used these headers to cross-compile wxWidgets on Linux (MinGW with GCC 4.4.4 from Ubuntu gcc-mingw32 package). I only needed to change the case of the filenames and remove extra-qualification in two places. Here is the patch: <a href="https://gist.github.com/894515" rel="nofollow">https://gist.github.com/894515</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

