<?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 : XTP and Intel C Compiler</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTP and Intel C Compiler]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 23:32:19 +0000</pubDate>
  <lastBuildDate>Wed, 03 Nov 2004 09:18:29 +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=1192</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[XTP and Intel C Compiler : Awesome! Thanks, Oleg!    ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3825&amp;title=xtp-and-intel-c-compiler#3825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=462">fwhite</a><br /><strong>Subject:</strong> 1192<br /><strong>Posted:</strong> 03 November 2004 at 9:18am<br /><br />Awesome! Thanks, Oleg!<br><br>]]>
   </description>
   <pubDate>Wed, 03 Nov 2004 09:18:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3825&amp;title=xtp-and-intel-c-compiler#3825</guid>
  </item> 
  <item>
   <title><![CDATA[XTP and Intel C Compiler : in next version all errors/warnings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3822&amp;title=xtp-and-intel-c-compiler#3822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1192<br /><strong>Posted:</strong> 03 November 2004 at 8:44am<br /><br />in next version all errors/warnings of Intel C++ will be fixed.]]>
   </description>
   <pubDate>Wed, 03 Nov 2004 08:44:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3822&amp;title=xtp-and-intel-c-compiler#3822</guid>
  </item> 
  <item>
   <title><![CDATA[XTP and Intel C Compiler : We&amp;#039;ve had great results using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3184&amp;title=xtp-and-intel-c-compiler#3184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=462">fwhite</a><br /><strong>Subject:</strong> 1192<br /><strong>Posted:</strong> 20 September 2004 at 12:42pm<br /><br />We've had great results using the Intel C compiler<a href="http://www.intel.com/software/products/compilers/cwin/" target="_blank">http://www.intel.com/software/products/compilers/cwin/</a> onother projects. so naturally we'd like to use it to compile the XTPlibrary also.&nbsp; I realize that you don't officially support it, butI thought you'd be interested in the errors it spits out, one of whichlooks like a typo. I haven't been able to figure out the problem withXTPManageState.cpp. This is for 9.10:<br><font face="Courier New, Courier, mono"><br>XTPCommandBars.cpp<br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPCommandBars.cpp (1171): error#308: member "CMDIChildWnd::m_hMenuShared" is inaccessible<br>&nbsp;&nbsp; HMENU hMenuShared = ((CFriendlyFrameWnd*)pChild)-&gt;m_hMenuShared;<br><br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPCommandBars.cpp (1221): error#308: member "CDocTemplate::m_nIDResource" is inaccessible<br>&nbsp;&nbsp;&nbsp;&nbsp; nIDResource = ((CFriendlyDocTemplate*)pDocTemplate)-&gt;m_nIDResource;<br><br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPCommandBars.cpp (1224): error #308: member "CFrameWnd::m_nIDHelp" is inaccessible<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nIDResource = ((CFriendlyFrameWnd*)pChild)-&gt;m_nIDHelp;<br><br>XTPControlExt.cpp<br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPControlExt.cpp( 308): error #308: member "CWinApp::m_pRecentFileList" is inaccessible<br>&nbsp;&nbsp; CRecentFileList* pRecentFileList = ((CFiendWinApp*)(AfxGetApp()))-&gt;m_pRecentFileList;<br><br>XTPControls.cpp<br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPControls.cpp(1) : error: expected a declaration<br>&nbsp; / XTPControls.cpp : implementation of the CXTPControls class.<br>&nbsp; ^<br>XTPCustomizeKeyboardPage.cpp<br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPCustomizeKeyboa rdPage.cpp(365):error #308: member "CFrameWnd::m_nIDHelp" is inaccessible<br>&nbsp;&nbsp; if (((CFrameFriendly*)pFrame)-&gt;m_nIDHelp == 0 &amp;&amp; pCommandBars-&gt;m_hDesignerAccels == 0)<br><br> C:\Gensym\codejock\9.10\Src\CommandBars\XTPCustomizeKeyboa rdPage.cpp(376):error #308: member "CFrameWnd::m_nIDHelp" is inaccessible<br>&nbsp;&nbsp;&nbsp;&nbsp;  pFrame-&gt;LoadAccelTable(MAKEINTRESOURCE(((CFrameFriendly*) pFrame)-&gt;m_nIDHelp));<br><br>XTPManageState.cpp<br>C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\multimon.h(98): error: expected a ")"<br>&nbsp; int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (WINAPI* g_pfnGetSystemMetrics)(int) = NULL;<br></font><br>]]>
   </description>
   <pubDate>Mon, 20 Sep 2004 12:42:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1192&amp;PID=3184&amp;title=xtp-and-intel-c-compiler#3184</guid>
  </item> 
 </channel>
</rss>