<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 194: Problems building examples.dsw in Visual Studio 2005</title><link>https://sourceforge.net/p/cppunit/bugs/194/</link><description>Recent changes to 194: Problems building examples.dsw in Visual Studio 2005</description><atom:link href="https://sourceforge.net/p/cppunit/bugs/194/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Nov 2008 04:41:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppunit/bugs/194/feed.rss" rel="self" type="application/rss+xml"/><item><title>Problems building examples.dsw in Visual Studio 2005</title><link>https://sourceforge.net/p/cppunit/bugs/194/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Open examples.dsw in Visual Studio 2005&lt;br /&gt;
Select "HostApp"&lt;br /&gt;
Select "Debug Unicode" solution configuration&lt;br /&gt;
Build&lt;/p&gt;
&lt;p&gt;1) Correct minor compilation bug&lt;/p&gt;
&lt;p&gt;replace:&lt;br /&gt;
"#import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("7.0") lcid("0") raw_interfaces_only named_guids"&lt;/p&gt;
&lt;p&gt;with:&lt;br /&gt;
#if _MSC_VER &amp;gt;= 1500&lt;br /&gt;
#import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("9.0") lcid("0") raw_interfaces_only named_guids&lt;br /&gt;
#elif _MSC_VER &amp;gt;= 1400&lt;br /&gt;
#import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("8.0") lcid("0") raw_interfaces_only named_guids&lt;br /&gt;
#else&lt;br /&gt;
#import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("7.0") lcid("0") raw_interfaces_only named_guids&lt;br /&gt;
#endif&lt;/p&gt;
&lt;p&gt;2) In HostApp DLL Dependencies, testrunnerud.dll is excluded from the build and testrunnerd.dll is included, but testrunnerd.dll is not built by "Debug Unicode".  Correct this by including testrunnerud.dll and excluding testrunnerd.dll&lt;/p&gt;
&lt;p&gt;3) DllPlugInTesterTest depends on copying cppunit_dll.dll even though I'm only building Debug Unicode.  The copy step of the release dll should be excluded from the debug builds&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vince Harron</dc:creator><pubDate>Thu, 27 Nov 2008 04:41:56 -0000</pubDate><guid>https://sourceforge.net4a13e5aa3965819a21228ce0f88a5771cc71116f</guid></item></channel></rss>