<?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 : [SOLVED]Does ReportControl and Chart can coexist?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : [SOLVED]Does ReportControl and Chart can coexist?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 06:10:58 +0000</pubDate>
  <lastBuildDate>Fri, 16 Sep 2011 02:28: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=18944</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[[SOLVED]Does ReportControl and Chart can coexist? : It&amp;#039;s my program fault, I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18944&amp;PID=66321&amp;title=solveddoes-reportcontrol-and-chart-can-coexist#66321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3490">ocoralan</a><br /><strong>Subject:</strong> 18944<br /><strong>Posted:</strong> 16 September 2011 at 2:28am<br /><br />It's my program fault, I had adjusted the stack allocations to 16MB, so when I open the 3D chart dialog, the program crashes, I adjust the stack to 6MB, It's OK.]]>
   </description>
   <pubDate>Fri, 16 Sep 2011 02:28:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18944&amp;PID=66321&amp;title=solveddoes-reportcontrol-and-chart-can-coexist#66321</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Does ReportControl and Chart can coexist? :  Hi, I found that in the stdafx.h...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18944&amp;PID=66270&amp;title=solveddoes-reportcontrol-and-chart-can-coexist#66270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3490">ocoralan</a><br /><strong>Subject:</strong> 18944<br /><strong>Posted:</strong> 13 September 2011 at 5:21am<br /><br />Hi, I found that in the stdafx.h file of all examples, the following line is included, I can not confirm that whether the ReportControl can coexist with Chart or not.<br><br>#define _XTP_EXCLUDE_REPORTCONTROL<br><br>Anybody can tell me? In my project, there are report control and chart, but when open the chart dialog(3D pie), the program crashed and I found it crashed in the line 221 of XTPChartControl.cpp (function OnPaint).<br><font color="#ff0000"><br><font color="#0000ff">if (!m_pDrawThread)<br>{<br>&nbsp;&nbsp;&nbsp; m_pDrawThread = (CXTPChartDrawThread*)AfxBeginThread(RUNTIME_CLASS(CXTPChartDrawThread),<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; THREAD_PRIORITY_LOWEST, 0, CREATE_SUSPENDED, NULL);<br>&nbsp;&nbsp;&nbsp; m_pDrawThread-&gt;m_pControl = this;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt; <font color="#ff0000">m_pDrawThread is NULL</font><br>&nbsp;&nbsp;&nbsp; m_pDrawThread-&gt;ResumeThread();<br>}</font></font><br>]]>
   </description>
   <pubDate>Tue, 13 Sep 2011 05:21:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18944&amp;PID=66270&amp;title=solveddoes-reportcontrol-and-chart-can-coexist#66270</guid>
  </item> 
 </channel>
</rss>