<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Compiling wxWidgets sample apps with Visual C++ 2005 Express</title>
	<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 10:06:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Robert Dunnill</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-31379</link>
		<author>Robert Dunnill</author>
		<pubDate>Wed, 19 Nov 2008 22:16:50 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-31379</guid>
		<description>I fixed this problem in a Code Project WTL demo by commenting out the manifest resource in the resource file.</description>
		<content:encoded><![CDATA[<p>I fixed this problem in a Code Project WTL demo by commenting out the manifest resource in the resource file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zbyl</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-11540</link>
		<author>Zbyl</author>
		<pubDate>Mon, 25 Jun 2007 18:31:50 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-11540</guid>
		<description>Like Hajo said - add a #define "wxUSE_NO_MANIFEST=1" - but to the Resource compiler's definitions (Project&#62;Properties&#62;Configuration Properties&#62;Resources&#62;General&#62;Preprocessor Definitions), not simply C++ preprocessor definitions!</description>
		<content:encoded><![CDATA[<p>Like Hajo said - add a #define &#8220;wxUSE_NO_MANIFEST=1&#8243; - but to the Resource compiler&#8217;s definitions (Project&gt;Properties&gt;Configuration Properties&gt;Resources&gt;General&gt;Preprocessor Definitions), not simply C++ preprocessor definitions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ost</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-9338</link>
		<author>Michael Ost</author>
		<pubDate>Tue, 15 May 2007 17:57:40 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-9338</guid>
		<description>jay's solution worked for me, but isn't a manifest actually needed for something? %) 

Hajo's solution worked too:
 #define wxUSE_NO_MANIFEST 1
 #include 

Maybe we'll all figure out what microsoft is up to with these manifests one day! ... mo</description>
		<content:encoded><![CDATA[<p>jay&#8217;s solution worked for me, but isn&#8217;t a manifest actually needed for something? %) </p>
<p>Hajo&#8217;s solution worked too:<br />
 #define wxUSE_NO_MANIFEST 1<br />
 #include </p>
<p>Maybe we&#8217;ll all figure out what microsoft is up to with these manifests one day! &#8230; mo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-9291</link>
		<author>jay</author>
		<pubDate>Mon, 14 May 2007 04:44:16 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-9291</guid>
		<description>i solved this problem

1. project property -&#62; manifest tool -&#62; include manifest : yes -&#62; no
2. rebuild

that's it!!

good luck~</description>
		<content:encoded><![CDATA[<p>i solved this problem</p>
<p>1. project property -&gt; manifest tool -&gt; include manifest : yes -&gt; no<br />
2. rebuild</p>
<p>that&#8217;s it!!</p>
<p>good luck~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-2387</link>
		<author>Eugene</author>
		<pubDate>Thu, 13 Jul 2006 04:46:37 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-2387</guid>
		<description>I ran accross this today. The project was from earlier version of VS though and when it converted it, it gave a couple of warnings and one of them was about the manifest:
Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are automatically excluded from building with the Manifest Tool. It is recommended that the dependency information contained in any manifest files be converted to "#pragma comment(linker,"")" in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line will need to be commented out before the project will build correctly.</description>
		<content:encoded><![CDATA[<p>I ran accross this today. The project was from earlier version of VS though and when it converted it, it gave a couple of warnings and one of them was about the manifest:<br />
Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are automatically excluded from building with the Manifest Tool. It is recommended that the dependency information contained in any manifest files be converted to &#8220;#pragma comment(linker,&#8221;")&#8221; in a header file that is included from your source code. If your project already embeds a manifest in the RT_MANIFEST resource section through a resource (.rc) file, the line will need to be commented out before the project will build correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-809</link>
		<author>JC</author>
		<pubDate>Sun, 18 Jun 2006 23:38:35 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-809</guid>
		<description>I was compiling an OPENGL sample and I turned off "manifest generation" and that seemed to work!</description>
		<content:encoded><![CDATA[<p>I was compiling an OPENGL sample and I turned off &#8220;manifest generation&#8221; and that seemed to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nik dehoumon</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-569</link>
		<author>nik dehoumon</author>
		<pubDate>Fri, 09 Jun 2006 16:40:51 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-569</guid>
		<description>fix it by upgrading the ID in the resource file. ( from 2 to 65535)</description>
		<content:encoded><![CDATA[<p>fix it by upgrading the ID in the resource file. ( from 2 to 65535)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hajo Kirchhoff</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-84</link>
		<author>Hajo Kirchhoff</author>
		<pubDate>Fri, 23 Dec 2005 17:38:04 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-84</guid>
		<description>The "official" way of doing this is to #define wxUSE_NO_MANIFEST=1 in the project settings. That way you don't have to edit wx.rc and can still use incremental linking.

More info over at my blog: litwindow.blogspot.com

Best regards
Hajo</description>
		<content:encoded><![CDATA[<p>The &#8220;official&#8221; way of doing this is to #define wxUSE_NO_MANIFEST=1 in the project settings. That way you don&#8217;t have to edit wx.rc and can still use incremental linking.</p>
<p>More info over at my blog: litwindow.blogspot.com</p>
<p>Best regards<br />
Hajo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Morley</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-83</link>
		<author>Chris Morley</author>
		<pubDate>Thu, 22 Dec 2005 00:56:37 +0000</pubDate>
		<guid>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comment-83</guid>
		<description>I had the same problem. I tried keeping the linking Incremental and edited a line in wx.rc. Changing the 1 in the line:
1 24 "wx/msw/wx.manifest"
to something else (I used 2) allowed it to link and run. I don't know if anything else gets broken because of this.
According to the documentation, the linker option /TLBID:2 ought to work as well, but it doesn't for me with the Express Version.</description>
		<content:encoded><![CDATA[<p>I had the same problem. I tried keeping the linking Incremental and edited a line in wx.rc. Changing the 1 in the line:<br />
1 24 &#8220;wx/msw/wx.manifest&#8221;<br />
to something else (I used 2) allowed it to link and run. I don&#8217;t know if anything else gets broken because of this.<br />
According to the documentation, the linker option /TLBID:2 ought to work as well, but it doesn&#8217;t for me with the Express Version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
