<?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 : CXTPWinThemeWrapper::OpenTheme link error in DLL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPWinThemeWrapper::OpenTheme link error in DLL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:18:41 +0000</pubDate>
  <lastBuildDate>Fri, 11 May 2007 04:16:34 +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=7106</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[CXTPWinThemeWrapper::OpenTheme link error in DLL : Hi;   I found it myself! The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22776&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22776</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 7106<br /><strong>Posted:</strong> 11 May 2007 at 4:16am<br /><br />Hi; <DIV>&nbsp;</DIV><DIV>I found it myself! The old <strong>'treat w_char as builtin type'</strong> issue...</DIV><DIV>In any case - thanks for the hint about project settings.</DIV>]]>
   </description>
   <pubDate>Fri, 11 May 2007 04:16:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22776&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22776</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPWinThemeWrapper::OpenTheme link error in DLL : Hi Oleg;  I know this. Perhaps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22772&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 7106<br /><strong>Posted:</strong> 11 May 2007 at 3:16am<br /><br />Hi Oleg;<DIV>&nbsp;</DIV><DIV>I know this. Perhaps I described the problem in a wrong way. Not the uxtheme.dll function could not&nbsp;be resolved, but the functions of the CXTPWinThemeWrapper class that make calls into the UXTheme.dll. So CXTPWinThemeWrapper::OpenThemeData() or CXTPWinThemeWrapper::CloseThemeData() are not resolved by the linker.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 11 May 2007 03:16:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22772&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22772</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPWinThemeWrapper::OpenTheme link error in DLL : Hello,  CXTPWinThemeWrapper...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22768&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22768</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7106<br /><strong>Posted:</strong> 11 May 2007 at 1:42am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>CXTPWinThemeWrapper&nbsp; loads these functions in runtime. It have to be something in your application settings.</DIV>]]>
   </description>
   <pubDate>Fri, 11 May 2007 01:42:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22768&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22768</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPWinThemeWrapper::OpenTheme link error in DLL : Hi; I&amp;#039;m using the toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22766&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 7106<br /><strong>Posted:</strong> 10 May 2007 at 6:42pm<br /><br />Hi;<DIV>I'm using the toolkit 11.1 in a standard dll using mfc classes (no MFC extension DLL).</DIV><DIV>When trying to use the CXTPWinThemeWrapper class inside the DLL I get linker errors (unresolved externals) for all functions of the class that implement calls into UxTheme.dll.</DIV><DIV>On the other hand, functions like ThemeDataOpen() or EnableTheming() are correctly resolved.</DIV><DIV>&nbsp;</DIV><DIV>Using the same class in MFC EXE&nbsp;compile and link without any errors.</DIV><DIV>&nbsp;</DIV><DIV>Any ideas?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 10 May 2007 18:42:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7106&amp;PID=22766&amp;title=cxtpwinthemewrapperopentheme-link-error-in-dll#22766</guid>
  </item> 
 </channel>
</rss>