<?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 : Resource alerts after adding XTToolkitPro.rc</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Resource alerts after adding XTToolkitPro.rc]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 18:09:31 +0000</pubDate>
  <lastBuildDate>Fri, 25 May 2007 02:49:55 +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=7204</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[Resource alerts after adding XTToolkitPro.rc : Hi,That doesn&amp;#039;t solve the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23234&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 25 May 2007 at 2:49am<br /><br />Hi,<br><br>That doesn't solve the problem.<br><br>Anyway, I used the Xtreme Toolkit Pro AppWizard to create a new project and things are good after that.<br><br>Thanks for your help.<br><br>]]>
   </description>
   <pubDate>Fri, 25 May 2007 02:49:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23234&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23234</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Its MFC resources - not codejocks....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23165&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23165</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 23 May 2007 at 1:33am<br /><br /><P>Its MFC resources - not codejocks. When you use static MFC you have to add its resources to exe too. add </P><DIV>#include "afxres.rc" to your rc file.</DIV>]]>
   </description>
   <pubDate>Wed, 23 May 2007 01:33:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23165&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23165</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Hi,Sorry, I&amp;#039;m still very...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23164&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 22 May 2007 at 10:57pm<br /><br />Hi,<br><br>Sorry, I'm still very new at this.<br>Okey, I think there must be something that I'm not doing that caused the problem.<br>When I used the XToolKitPro AppWizard to create a project, everything was fine.<br>When I manually added XTToolKitPro to a project, I had different problems.<br><br>What I did:<br>1. Add "#include &lt;XTToolkitPro.h&gt;" to StdAfx.h<br>2. Add "#include &lt;XTToolkitPro.rc&gt;" to xxx.rc2<br>3. Add libc.lib,libcd.lib to Ignored libraries<br>4. I havn't change the MFC's classes to XTToolKitPro's, ie CXTPFrameWnd, etc.<br>5. I'm using static library.<br><br>Problem: <br>A VERIFY failed when document template is creating a new document.<br>Seems like AFX_IDS_UNTITLED has gone missing.<br>void CSingleDocTemplate::SetDefaultTitle(CDocument* pDocument) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ......<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VERIFY(strDocName.LoadString(AFX_IDS_UNTITLED)); &lt;&lt;&lt;&lt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ......<br>}<br>But if I just remove the .h and .rc includes, then everything's back to normal.<br>I tested the scenario with a clean project from MFC AppWizard.<br><br>Can you tell me what I did wrong or missed?<br><br>Thank you for all of your help.<br>]]>
   </description>
   <pubDate>Tue, 22 May 2007 22:57:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23164&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23164</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Hi  I think some program installed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23149&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 22 May 2007 at 7:32am<br /><br /><DIV>Hi</DIV><DIV>&nbsp;</DIV><DIV>I think some program installed on you computer modify them. Maybe Antivirus or something. We don't write in code to our rc files.</DIV>]]>
   </description>
   <pubDate>Tue, 22 May 2007 07:32:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23149&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23149</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Hi,I&amp;#039;m not sure if there&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23148&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 22 May 2007 at 4:17am<br /><br />Hi,<br><br>I'm not sure if there's a call stack, The alerts are from VC++ 6 IDE when it detected a change in rc file and reloaded it.<br><br>By the way, I'm not doing anything related to Calendar.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Tue, 22 May 2007 04:17:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23148&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23148</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Hi, Please show call stack for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23136&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 22 May 2007 at 12:53am<br /><br /><P>Hi,</P><DIV>Please show call stack for such asserts from Calendar files.</DIV>]]>
   </description>
   <pubDate>Tue, 22 May 2007 00:53:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23136&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23136</guid>
  </item> 
  <item>
   <title><![CDATA[Resource alerts after adding XTToolkitPro.rc : Hi,After I added &amp;#034;#include...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23135&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7204<br /><strong>Posted:</strong> 21 May 2007 at 10:58pm<br /><br />Hi,<br><br>After I added "#include &lt;XTToolkitPro.rc&gt;" to my resource file, I got several resource-not-found alerts. <br>These alerts were mostly icons and several of them were specified under a "Calendar" directory, which I don't have in my project. I clicked away the alerts after reading 5 of them.<br>However, not all of the projects got those alerts, only some had them. And the ones that did, there doesn't seems to be any problems so far.<br>Does anyone know what the problem is?<br>Thanks.<br>]]>
   </description>
   <pubDate>Mon, 21 May 2007 22:58:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7204&amp;PID=23135&amp;title=resource-alerts-after-adding-xttoolkitpro-rc#23135</guid>
  </item> 
 </channel>
</rss>