<?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 : how to compile a MFC Project with codejock!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : how to compile a MFC Project with codejock!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 10:43:22 +0000</pubDate>
  <lastBuildDate>Wed, 05 Apr 2017 19:51:28 +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=23298</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[how to compile a MFC Project with codejock! : MacrosDEBUG_NEW breaks overloading...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75701&amp;title=how-to-compile-a-mfc-project-with-codejock#75701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23298<br /><strong>Posted:</strong> 05 April 2017 at 7:51pm<br /><br />Macros&nbsp;DEBUG_NEW breaks overloading of operator 'new' in declaration of classes.]]>
   </description>
   <pubDate>Wed, 05 Apr 2017 19:51:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75701&amp;title=how-to-compile-a-mfc-project-with-codejock#75701</guid>
  </item> 
  <item>
   <title><![CDATA[how to compile a MFC Project with codejock! :  Hello, I could reproduce the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75698&amp;title=how-to-compile-a-mfc-project-with-codejock#75698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9129">Paulis23</a><br /><strong>Subject:</strong> 23298<br /><strong>Posted:</strong> 05 April 2017 at 7:46am<br /><br />Hello, I could reproduce the problem in the demo projects, I take the project Controls_VC120 and in the file C:\Program files (x86) \Codejock Software2017\MFC\Xtreme ToolkitPro v17.3.0\Samples\Controls\Controls\StdAfx.h i add my settings like the following:<br><br><br>#ifdef DEBUG<br>#define new DEBUG_NEW<br>#endif<br><br>#define _XTP_REQUIRE_MARKUP<br>#define _XTP_REQUIRE_CONTROLS<br>#define _XTP_REQUIRE_COMMANDBARS<br>#define _XTP_REQUIRE_DOCKINGPANE<br>#define _XTP_REQUIRE_RIBBON<br>#include &lt;exclude.h&gt;<br>#include &lt;xttoolkitpro.h&gt;<br><br>Then they get the error message<br>if they, however, the lines after <br>#define _XTP_REQUIRE_MARKUP<br>#define _XTP_REQUIRE_CONTROLS<br>#define _XTP_REQUIRE_COMMANDBARS<br>#define _XTP_REQUIRE_DOCKINGPANE<br>#define _XTP_REQUIRE_RIBBON<br>#include &lt;exclude.h&gt;<br>#include &lt;xttoolkitpro.h&gt;<br>#ifdef DEBUG<br>#define new DEBUG_NEW<br>#endif<br><br>then programme runs through and you don't have any errors <br><br>Regards<br> &nbsp;              ]]>
   </description>
   <pubDate>Wed, 05 Apr 2017 07:46:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75698&amp;title=how-to-compile-a-mfc-project-with-codejock#75698</guid>
  </item> 
  <item>
   <title><![CDATA[how to compile a MFC Project with codejock! : Hello, we use this settings from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75667&amp;title=how-to-compile-a-mfc-project-with-codejock#75667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9129">Paulis23</a><br /><strong>Subject:</strong> 23298<br /><strong>Posted:</strong> 29 March 2017 at 8:24am<br /><br />Hello, we use this settings from Codejock:<br>Build As static library - for applications using MFC as static library<br>Character Support:<br>Unicode and plattform Win32.<br><img src="uploads/9129/Codejock_error.png" height="384" width="498" border="0" /><br><br>and with this settings in StdAfx.h we have included this files in the Project:<br>//======== Codejock 17.3===========<br>//#define _XTP_INCLUDE_DEPRECATED<br>//#define _XTP_EXCLUDE_COMMON<br>//#define _XTP_EXCLUDE_TABMANAGER<br>//#define _XTP_EXCLUDE_CONTROLS<br>//#define _XTP_EXCLUDE_COMMANDBARS<br>//#define _XTP_EXCLUDE_DOCKINGPANE<br>// Lets help compiler to skip some headers<br>#define _XTP_EXCLUDE_CHART<br>#define _XTP_EXCLUDE_FLOWGRAPH<br>#define _XTP_EXCLUDE_GRAPHICLIBRARY<br>#define _XTP_EXCLUDE_PROPERTYGRID<br>#define _XTP_EXCLUDE_REPORTCONTROL<br>#define _XTP_EXCLUDE_CALENDAR<br>#define _XTP_EXCLUDE_TASKPANEL<br>#define _XTP_EXCLUDE_SHORTCUTBAR<br>#define _XTP_EXCLUDE_SKINFRAMEWORK<br>//#define _XTP_EXCLUDE_RIBBON<br>#define _XTP_EXCLUDE_SYNTAXEDIT <br>#define _XTP_EXCLUDE_MARKUP<br>#include &lt;XTToolkitPro.h&gt;<br>//======== Codejock 17.3===========<br>if we comment out this line #include "Common/XTPCustomHeap.h" then it goes and we have any Pporblem to compile the project.<br><img src="uploads/9129/Codejock_Include_problem.png" height="947" width="536" border="0" alt="ToolkitPro v17.3.0SourceComm&#111;nIncludes.h" title="ToolkitPro v17.3.0SourceComm&#111;nIncludes.h" /><br><br>Best Regards<br><br><br>]]>
   </description>
   <pubDate>Wed, 29 Mar 2017 08:24:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75667&amp;title=how-to-compile-a-mfc-project-with-codejock#75667</guid>
  </item> 
  <item>
   <title><![CDATA[how to compile a MFC Project with codejock! : Hello,Please describe how you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75665&amp;title=how-to-compile-a-mfc-project-with-codejock#75665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23298<br /><strong>Posted:</strong> 29 March 2017 at 6:32am<br /><br />Hello,<br><br>Please describe how you create project, what settings ?<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Wed, 29 Mar 2017 06:32:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75665&amp;title=how-to-compile-a-mfc-project-with-codejock#75665</guid>
  </item> 
  <item>
   <title><![CDATA[how to compile a MFC Project with codejock! : Hi codejock team any idea whats...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75663&amp;title=how-to-compile-a-mfc-project-with-codejock#75663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9129">Paulis23</a><br /><strong>Subject:</strong> 23298<br /><strong>Posted:</strong> 29 March 2017 at 4:26am<br /><br />Hi codejock team any idea whats going wrong here?<br>we kann not compile the project with witch error:<br><br>XTPCustomHeap.h(373): error C2059: syntax error : 'string'<br>XTPCustomHeap.h(447) : see reference to class template instantiation 'CXTPHeapObjectT&lt;_TObject,_TAllocator&gt;' being compiled<br>XTPCustomHeap.h(374): error C2091: function returns function<br>XTPCustomHeap.h(374): error C2802: static member 'operator new' has no formal parameters<br>\Common/XTPCustomHeap.h(374): error C2333: 'CXTPHeapObjectT&lt;_TObject,_TAllocator&gt;::operator new' : error in function declaration; skipping function body<br>\Common/XTPCustomHeap.h(422): error C2059: syntax error : 'string'<br>\Common/XTPCustomHeap.h(423): error C2091: function returns function<br>\Common/XTPCustomHeap.h(423): error C2802: static member 'operator new' has no formal parameters<br>\Common/XTPCustomHeap.h(423): error C2333: 'CXTPHeapObjectT&lt;_TObject,_TAllocator&gt;::operator new' : error in function declaration; skipping function body<br>\Common/XTPCustomHeap.h(1050): error C2059: syntax error : 'string'<br>\Common/XTPCustomHeap.h(1109) : see reference to class template instantiation 'CXTPBatchAllocObjT&lt;_TObject,_TBatchAllocData,_TAllocator&gt;' being compiled<br>\Common/XTPCustomHeap.h(1051): error C2091: function returns function<br>\Common/XTPCustomHeap.h(1051): error C2802: static member 'operator new' has no formal parameters<br>\Common/XTPCustomHeap.h(1051): error C2333: 'CXTPBatchAllocObjT&lt;_TObject,_TBatchAllocData,_TAllocator&gt;::operator new' : error in function declaration; skipping function body<br>\Common/XTPCustomHeap.h(1090): error C2059: syntax error : 'string'<br>\Common/XTPCustomHeap.h(1091): error C2091: function returns function<br>\Common/XTPCustomHeap.h(1091): error C2802: static member 'operator new' has no formal parameters<br>\Common/XTPCustomHeap.h(1091): error C2333: 'CXTPBatchAllocObjT&lt;_TObject,_TBatchAllocData,_TAllocator&gt;::operator new' : error in function declaration; skipping function body<br><br>We use XTP 17.3 with VS 2013.<br><br>Please help!]]>
   </description>
   <pubDate>Wed, 29 Mar 2017 04:26:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23298&amp;PID=75663&amp;title=how-to-compile-a-mfc-project-with-codejock#75663</guid>
  </item> 
 </channel>
</rss>