<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Different styles in different builds</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Different styles in different builds]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:30:34 +0000</pubDate>
  <lastBuildDate>Thu, 04 Mar 2010 14:07:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13640</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Different styles in different builds : We just updated to Visual Studio...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=57372&amp;title=different-styles-in-different-builds#57372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4354">mitcheljh</a><br /><strong>Subject:</strong> 13640<br /><strong>Posted:</strong> 04 March 2010 at 2:07pm<br /><br />We just updated to Visual Studio 2008.  After updating, we noticed alpha blending issues.  I suspected it had something to do with the manifest, and discovered this post.  <br /><br />Added the suggested changes to our stdafx.h, and it cleared up our problems.  Thanks!]]>
   </description>
   <pubDate>Thu, 04 Mar 2010 14:07:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=57372&amp;title=different-styles-in-different-builds#57372</guid>
  </item> 
  <item>
   <title><![CDATA[Different styles in different builds : Hi, thanks for your suggestion,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46558&amp;title=different-styles-in-different-builds#46558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5038">ferr</a><br /><strong>Subject:</strong> 13640<br /><strong>Posted:</strong> 12 March 2009 at 5:35am<br /><br /><P>Hi, thanks for your suggestion, but&nbsp;I had no luck with this. </P><DIV>Actually suggested code is already&nbsp;in stdafx.h. <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Any other clue? </DIV>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 05:35:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46558&amp;title=different-styles-in-different-builds#46558</guid>
  </item> 
  <item>
   <title><![CDATA[Different styles in different builds : Hi, Add in stdafx.h  #if (_MSC_VER...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46543&amp;title=different-styles-in-different-builds#46543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13640<br /><strong>Posted:</strong> 12 March 2009 at 2:07am<br /><br />Hi,<DIV>Add in stdafx.h</DIV><DIV>&nbsp;</DIV><DIV>#if (_MSC_VER &gt; 1310) // VS2005<BR>#if defined _M_IX86<BR>#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")<BR>#elif defined _M_IA64<BR>#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")<BR>#elif defined _M_X64<BR>#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")<BR>#else<BR>#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")<BR>#endif<BR>#endif</DIV>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 02:07:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46543&amp;title=different-styles-in-different-builds#46543</guid>
  </item> 
  <item>
   <title><![CDATA[Different styles in different builds : Hello, I encountered problem when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46508&amp;title=different-styles-in-different-builds#46508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5038">ferr</a><br /><strong>Subject:</strong> 13640<br /><strong>Posted:</strong> 11 March 2009 at 3:12am<br /><br />Hello, I encountered problem when doing different builds. For my project I was&nbsp;using codejock .lib for my main project. <DIV>&nbsp;</DIV><DIV>The project setting and code are basically the same except the following parameters:</DIV><DIV>&nbsp;</DIV><DIV>For my debug build, </DIV><DIV>Use Of MFC: Use MFC in a Shared DLL</DIV><DIV>Runtime Library: Multi-threaded Debug DLL (/MDd)</DIV><DIV>Everything seems alright and the resulting program shows interface with new&nbsp;styles as shown on new1.jpg and new2.jpg</DIV><DIV><a href="https://forum.codejock.com/uploads/20090311_031811_c&#111;ntrols.zip" target="_blank"></A>&nbsp;</DIV><DIV>For my release build,</DIV><DIV>Use of MFC: Use MFC in a Static Library</DIV><DIV>Runtime Library: Multi-threaded (/MT)</DIV><DIV>Same interface but with old styles&nbsp;as shown on old1.jpg and old2.jpg</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<a href="https://forum.codejock.com/uploads/20090311_031811_c&#111;ntrols.zip" target="_blank">uploads/20090311_031811_controls.zip</A></DIV><DIV>&nbsp;</DIV><DIV>Any reason for that? </DIV><DIV>&nbsp;</DIV><DIV>-- </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Product: Xtreme Controls 2006 Q3<BR>&nbsp;&nbsp;&nbsp;&nbsp; Platform: Windows XP (32bit) - SP 2 <BR>&nbsp;&nbsp;&nbsp;&nbsp; IDE: Microsoft Visual C++ 2005</DIV><DIV>--</DIV>]]>
   </description>
   <pubDate>Wed, 11 Mar 2009 03:12:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13640&amp;PID=46508&amp;title=different-styles-in-different-builds#46508</guid>
  </item> 
 </channel>
</rss>