<?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 : Assertion in  XTPResourceManager</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Assertion in  XTPResourceManager]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 12:27:46 +0000</pubDate>
  <lastBuildDate>Thu, 13 Nov 2008 11:34:16 +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=12187</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[Assertion in  XTPResourceManager :   oleg wrote:open project settings,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=42843&amp;title=assertion-in-xtpresourcemanager#42843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 13 November 2008 at 11:34am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>open project settings, go to resources and add it here.</div></td></tr></table><br><br>Hi Oleg,<br><br>that indeed is the solution:-)<br><br>Best regards,<br>&nbsp;&nbsp; Holger<br><br>]]>
   </description>
   <pubDate>Thu, 13 Nov 2008 11:34:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=42843&amp;title=assertion-in-xtpresourcemanager#42843</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Did you read my answer ? resource...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41257&amp;title=assertion-in-xtpresourcemanager#41257</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 22 September 2008 at 5:35am<br /><br /><P>Did you read my answer ?</P><DIV>resource compiler don't know what defines you have in stdafx.h.&nbsp; this line in our samples assumes you add _XTP_STATICLINK not in stdafx.h but in defines for resource compiler&nbsp;- open project settings, go to resources and add it here.</DIV>]]>
   </description>
   <pubDate>Mon, 22 Sep 2008 05:35:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41257&amp;title=assertion-in-xtpresourcemanager#41257</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : As I have written before I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41211&amp;title=assertion-in-xtpresourcemanager#41211</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 19 September 2008 at 8:05am<br /><br />As I have written before I have the #include &lt;XTToolkitPro.rc&gt; statement in my application and it runs into the assert message and yes I also have the _XTP_STATICLINK statement before the "#include &lt;XTToolkitPro.h&gt;" statement in my stdafx.h. If I just comment the _XTP_STATICLINK statement my application runs but lacks of&nbsp; german resources (eg. I see "Customize" instead of "Anpassen").<br><br>Please run one of the CodeJock samples as I have described before and then you can tell me if there is an error in nearly all examples or in the lib.<br><br>BTW your right this is not funny. For the moment I switched back to 11.2.2 and everything is fine again.<br><br>Bye<br>&nbsp;&nbsp; Holger<br><br><br>]]>
   </description>
   <pubDate>Fri, 19 Sep 2008 08:05:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41211&amp;title=assertion-in-xtpresourcemanager#41211</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Not so funny actually. The assert...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41207&amp;title=assertion-in-xtpresourcemanager#41207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 19 September 2008 at 7:26am<br /><br /><P>Not so funny actually. The assert was added after 11.2.2, if I remember correctly. It's not a bug. It's there to explicitly notify the programmer of the mistake. Try searching for "rc2" in this forum and you will see why this assert was added ;)</P><DIV>Just follow the instructions in the assert-dialog! Add this line in YourProject<strong>.rc2</strong>:</DIV><DIV>&nbsp;</DIV><DIV>#include &lt;XTToolkitPro.rc&gt;</DIV>]]>
   </description>
   <pubDate>Fri, 19 Sep 2008 07:26:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41207&amp;title=assertion-in-xtpresourcemanager#41207</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Hi Oleg,to reproduce the error...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41193&amp;title=assertion-in-xtpresourcemanager#41193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 19 September 2008 at 3:15am<br /><br />Hi Oleg,<br><br>to reproduce the error pick a sample of your choice, add "#define _XTP_STATICLINK" in the sample's stdafx.h before the include of XTToolkitPro.h file. Build the sample with VS2008 (I have the german version) in debug configuration, run the sample and you get the assert message. I tested it with several of the samples that come with the XTP 12.0.2 installation and in 4 of 5 samples I got the message. (The calendar demos are a fine starting point.)<br><br>Now comes the funny part;-)<br>- I built and ran the 12.0.2 version of the GridSample with XTP 11.2.2 and got no assert message.<br>- I built and ran the 11.2.2 version of the GridSample with XTP 12.0.2 and got the assert message.<br>- When using XTP 12.0.2 as DLL and _XTP_STATICLINK not defined the samples run without the assert message using XTP 12.0.2.<br>It seems there is a bug in the current version of XTP, either in the library itself or in your samples.<br><br>BTW in my application there are no defines in the .rc2 files, there is an "#include &lt;XTToolkitPro.rc&gt;" in the .rc2 file, " _XTP_STATICLINK" is defined in the stdafx.h and when running my application in debug configuration I get the assert message when using XTP 12.0.2. The same code runs fine using XTP 11.2.2.<br><br>Best regards,<br>&nbsp;&nbsp; Holger<br><br>PS: I' m out of office the next two weeks.<br><br>]]>
   </description>
   <pubDate>Fri, 19 Sep 2008 03:15:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41193&amp;title=assertion-in-xtpresourcemanager#41193</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Hi, resources have no idea what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41168&amp;title=assertion-in-xtpresourcemanager#41168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 18 September 2008 at 3:02pm<br /><br />Hi,<DIV>resources have no idea what is stdafx.h.</DIV><DIV>remove #if and #endif.</DIV>]]>
   </description>
   <pubDate>Thu, 18 Sep 2008 15:02:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41168&amp;title=assertion-in-xtpresourcemanager#41168</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Well English is not my native...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41156&amp;title=assertion-in-xtpresourcemanager#41156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 18 September 2008 at 9:43am<br /><br />Well English is not my native language, so maybe my first post was a little misunderstanding: The program that failed is an official CodeJock example and in its source code you will certainly find:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>#if !defined (_AFXDLL) || defined(_XTP_STATICLINK)<br>#include &lt;XTToolkitPro.rc&gt;<br>#endif<br></pre></td></tr></table><br><br>(in file CodeJockSample.rc which is included by PropertyGrid.rc2).<br><br>To produce the assertion compile and link the property grid example (loacted in "\Xtreme ToolkitPro v12.0.2\Samples\PropertyGrid\GridSample") with _XTP_STATICLINK defined (this can be done in stdafx.h) and then just run it.<br><br>Best regards,<br>&nbsp;&nbsp; Holger.<br><br>]]>
   </description>
   <pubDate>Thu, 18 Sep 2008 09:43:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41156&amp;title=assertion-in-xtpresourcemanager#41156</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Read the message! It says clearly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41152&amp;title=assertion-in-xtpresourcemanager#41152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 18 September 2008 at 8:56am<br /><br />Read the message! It says clearly what you have done wrong...]]>
   </description>
   <pubDate>Thu, 18 Sep 2008 08:56:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41152&amp;title=assertion-in-xtpresourcemanager#41152</guid>
  </item> 
  <item>
   <title><![CDATA[Assertion in  XTPResourceManager : Hi,after updating from Toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41147&amp;title=assertion-in-xtpresourcemanager#41147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 12187<br /><strong>Posted:</strong> 18 September 2008 at 6:38am<br /><br />Hi,<br><br>after updating from Toolkit Pro 11.2.2 to Toolkit Pro 12.0.2 I get the following assertion when I start an application that uses Toolkit Pro:<br><br><img src="uploads/20080918_062548_AssertMessage.jpg" border="0"><br><br>It even happens with the original CodeJock samples (PropertyGrid sample displayed the above message box).<br>Compilation of the code gives no errors and no warnings. I use the static version of the CodeJock libs (MFC as DLL.).<br>Any hint what's going wrong?<br><br>Best regards,<br>&nbsp;&nbsp; Holger<br><br><br>]]>
   </description>
   <pubDate>Thu, 18 Sep 2008 06:38:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12187&amp;PID=41147&amp;title=assertion-in-xtpresourcemanager#41147</guid>
  </item> 
 </channel>
</rss>