<?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 : v17 VS2015 XTP_IDC_FONT_CODEJOCK</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : v17 VS2015 XTP_IDC_FONT_CODEJOCK]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:08:28 +0000</pubDate>
  <lastBuildDate>Fri, 17 Feb 2017 14:09:23 +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=22850</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[v17 VS2015 XTP_IDC_FONT_CODEJOCK : I have the same problem with V17.3.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=75560&amp;title=v17-vs2015-xtp-idc-font-codejock#75560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7633">Cedric_ar</a><br /><strong>Subject:</strong> 22850<br /><strong>Posted:</strong> 17 February 2017 at 2:09pm<br /><br />I have the same problem with V17.3.1 how can i handle that. I really annoying. I'm using Xtp in dll mode no unicode.]]>
   </description>
   <pubDate>Fri, 17 Feb 2017 14:09:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=75560&amp;title=v17-vs2015-xtp-idc-font-codejock#75560</guid>
  </item> 
  <item>
   <title><![CDATA[v17 VS2015 XTP_IDC_FONT_CODEJOCK : I&amp;#039;m having the same issue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=74925&amp;title=v17-vs2015-xtp-idc-font-codejock#74925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6141">ericchubb</a><br /><strong>Subject:</strong> 22850<br /><strong>Posted:</strong> 28 July 2016 at 6:30am<br /><br />I'm having the same issue - it only appears in debug mode but can be very annoying! Any help would be appreciated]]>
   </description>
   <pubDate>Thu, 28 Jul 2016 06:30:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=74925&amp;title=v17-vs2015-xtp-idc-font-codejock#74925</guid>
  </item> 
  <item>
   <title><![CDATA[v17 VS2015 XTP_IDC_FONT_CODEJOCK : HI,I&amp;#039;ve just installed and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=74327&amp;title=v17-vs2015-xtp-idc-font-codejock#74327</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8976">ojones</a><br /><strong>Subject:</strong> 22850<br /><strong>Posted:</strong> 18 January 2016 at 6:33am<br /><br />HI,<div><br></div><div>I've just installed and integrated the latest version with my app. &nbsp;In Debug I keep hitting the following assert too frequently and it is hindering all debug development work.</div><div><br></div><div>ASSERT(NULL != hResModule); // line 3091 in&nbsp;void CXTPPrimitiveDrawer::InitFont() in the file XTPDrawHeplers.</div><div><br></div><div><div>void CXTPPrimitiveDrawer::InitFont()</div><div>{</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if (NULL == m_hCodejockMemFont)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>::EnterCriticalSection(&amp;m_fontAccess);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>if (NULL == m_hCodejockMemFont</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&amp;&amp; NULL != m_pfnAddFontMemResourceEx)</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>HMODULE hResModule = AfxFindResourceHandle(</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>MAKEINTRESOURCE(XTP_IDC_FONT_CODEJOCK), RT_FONT);</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>ASSERT(NULL != hResModule);</div></div><div><br></div><div><br></div><div>The resource reference seems to be located in "rc" file Source\Common\Resource-Neutral.rc</div><div><br></div><div>and the resource is located @&nbsp;<span style="line-height: 16.8px;">"Common/res/Codejock.ttf"</span></div><div><br></div><div>XTP_IDC_FONT_CODEJOCK &nbsp; &nbsp;FONT &nbsp; &nbsp;DISCARDABLE &nbsp; &nbsp; "Common/res/Codejock.ttf"</div><div><br></div><div>The solutions provided don't seem to load any resources except those from ToolkitPro.rc which is basically the version.</div><div><br></div><div>I don't really want to have to mess about with the default installation to be rid of hitting this annoying ASSERT and it doesn't appear to be a problem if it doesn't load it when running the Release build.</div><div><br></div><div>Any ideas?</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 18 Jan 2016 06:33:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22850&amp;PID=74327&amp;title=v17-vs2015-xtp-idc-font-codejock#74327</guid>
  </item> 
 </channel>
</rss>