<?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 : static release vs2005</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : static release vs2005]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 23:28:03 +0000</pubDate>
  <lastBuildDate>Sat, 01 Aug 2009 14:24:47 +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=14879</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[static release vs2005 : So what does this question have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51513&amp;title=static-release-vs2005#51513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 14879<br /><strong>Posted:</strong> 01 August 2009 at 2:24pm<br /><br />So what does this question have to do with the Xtreme Toolkit Pro?<br><br>Probably the object you are calling GetCategory on is bad, I guess a null-pointer (myNullPointer-&gt;GetCategory()).<br><br>]]>
   </description>
   <pubDate>Sat, 01 Aug 2009 14:24:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51513&amp;title=static-release-vs2005#51513</guid>
  </item> 
  <item>
   <title><![CDATA[static release vs2005 : First-chance exception at 0x005c251e...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51499&amp;title=static-release-vs2005#51499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3398">jjqin</a><br /><strong>Subject:</strong> 14879<br /><strong>Posted:</strong> 31 July 2009 at 12:27pm<br /><br />First-chance exception at 0x005c251e in Blueprint.exe: 0xC0000005: Access<BR>violation reading location 0x0000001c]]>
   </description>
   <pubDate>Fri, 31 Jul 2009 12:27:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51499&amp;title=static-release-vs2005#51499</guid>
  </item> 
  <item>
   <title><![CDATA[static release vs2005 : the file is in C:\Program Files\Microsoft...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51490&amp;title=static-release-vs2005#51490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3398">jjqin</a><br /><strong>Subject:</strong> 14879<br /><strong>Posted:</strong> 31 July 2009 at 11:15am<br /><br /><P>the file is in C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\atl\atls\Allocate.cpp</P>]]>
   </description>
   <pubDate>Fri, 31 Jul 2009 11:15:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51490&amp;title=static-release-vs2005#51490</guid>
  </item> 
  <item>
   <title><![CDATA[static release vs2005 : Hi support,  I build my project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51489&amp;title=static-release-vs2005#51489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3398">jjqin</a><br /><strong>Subject:</strong> 14879<br /><strong>Posted:</strong> 31 July 2009 at 11:14am<br /><br />Hi support,<DIV>&nbsp;</DIV><DIV>I build my project in VS2005 static release mfc, it build myapp.exe ok.&nbsp; When run it, it crash on allocte.cpp line 255 "if(iCategory == m_pProcess-&gt;CategoryCount())"</DIV><DIV>&nbsp;</DIV><DIV>CAtlTraceCategory *CAtlAllocator::GetCategory(int iCategory) const<BR>{<BR>&nbsp;if(iCategory == m_pProcess-&gt;CategoryCount())<BR>&nbsp;&nbsp;return NULL;</DIV><DIV>&nbsp;ATLASSERT((iCategory &lt; m_pProcess-&gt;CategoryCount()) || (iCategory == -1));<BR>&nbsp;CAtlTraceCategory *pCategory = NULL;<BR>&nbsp;if(iCategory &gt;= 0)<BR>&nbsp;{<BR>&nbsp;&nbsp;BYTE *pb = reinterpret_cast&lt;BYTE *&gt;(m_pProcess) + m_pProcess-&gt;MaxSize();<BR>&nbsp;&nbsp;pCategory = reinterpret_cast&lt;CAtlTraceCategory *&gt;(pb) - iCategory - 1;<BR>&nbsp;}<BR>&nbsp;return pCategory;<BR>}<BR>&nbsp; Any idea?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance,</DIV><DIV>&nbsp;</DIV><DIV>-JJ</DIV>]]>
   </description>
   <pubDate>Fri, 31 Jul 2009 11:14:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14879&amp;PID=51489&amp;title=static-release-vs2005#51489</guid>
  </item> 
 </channel>
</rss>