<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 194: Problems building examples.dsw in Visual Studio 2005</title><link href="https://sourceforge.net/p/cppunit/bugs/194/" rel="alternate"/><link href="https://sourceforge.net/p/cppunit/bugs/194/feed.atom" rel="self"/><id>https://sourceforge.net/p/cppunit/bugs/194/</id><updated>2008-11-27T04:41:56Z</updated><subtitle>Recent changes to 194: Problems building examples.dsw in Visual Studio 2005</subtitle><entry><title>Problems building examples.dsw in Visual Studio 2005</title><link href="https://sourceforge.net/p/cppunit/bugs/194/" rel="alternate"/><published>2008-11-27T04:41:56Z</published><updated>2008-11-27T04:41:56Z</updated><author><name>Vince Harron</name><uri>https://sourceforge.net/u/vharron/</uri></author><id>https://sourceforge.net4a13e5aa3965819a21228ce0f88a5771cc71116f</id><summary type="html">&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;</summary></entry></feed>