<div class="gmail_quote">On Tue, Nov 1, 2011 at 3:46 PM, Andrew Wiles <span dir="ltr">&lt;<a href="mailto:awiles@ndigital.com">awiles@ndigital.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">







<div style="margin:4px 4px 1px;font:10pt Tahoma" lang="DE" link="blue" vlink="purple">
<div>Hello everyone,</div>
<div> </div>
<div>I haven&#39;t seen a reply to this yet, so I thought I might just renew this thread.  If I don&#39;t see a reply soon, I might log it as a bug as it doesn&#39;t make sense to me, everything else works fine when using RelWithDebInfo.  I would really like to use that as running everything in Debug is pretty slow.</div>

<div><br></div><div><div class="im"><div><img></div>
<div>--------------------</div></div>&gt;&gt;&gt; &quot;Andrew Wiles&quot; &lt;<a href="mailto:awiles@ndigital.com" target="_blank">awiles@ndigital.com</a>&gt; 10/25/2011 3:23 PM &gt;&gt;&gt;<br></div><div><div></div><div class="h5">

<div>Hi Daniel,</div>
<div> </div>
<div>Thanks for your support :).</div>
<div> </div>
<div>I took the time today to rebuild my VTK and my application code using both Debug.  I then had to change my title string to use the &quot;.toAscii()&quot; conversion instead of the &quot;.toStdString()&quot; conversion for my QString objects.  Everything now works in Debug only with MSVC 2010 Express.  I still need to test the release modes.  </div>

<div> </div>
<div>However, things still don&#39;t work when both are RelWithDebInfo.  Maybe Marcus can enlighten when he has a chance.</div></div></div></div></blockquote><div><br></div><div>Hi,</div><div><br></div><div>I was out of the office on vacation, hence the delay in replying. I would like to spend a little time investigating the issue here, as this should function in all build configurations. I am not sure we have any Windows dashboards building RelWithDebInfo, but I can test this locally and perhaps add a dashboard submission.</div>
<div><br></div><div>Mixing Release and Debug builds will never end well on Windows, and it is probably a good thing to have this fail early as you MS change things in the STL and C++ runtime quite a bit. The reason this happens it because of the changes the MS compilers make to things like STL strings in the two build configurations - I will let the Windows experts comment further on this (but that is my understanding).</div>
<div><br></div><div>Marcus</div></div>