<?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 : Error Compiling v11.20</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Error Compiling v11.20]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:49:20 +0000</pubDate>
  <lastBuildDate>Fri, 12 Oct 2007 13:55:00 +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=8012</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[Error Compiling v11.20 : Had exactly the same problem (but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=27274&amp;title=error-compiling-v11-20#27274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=771">cdyckes</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 12 October 2007 at 1:55pm<br /><br /><P>Had exactly the same problem (but 11.1.3 was last version we <FONT size=1>implemented</FONT>) and bug reported it:-</P><P>Problem seems to be a clash with code in the Microsoft Platform SDK as in:-</P><DIV>"<P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>Believe clash is with declaration of HIMC in file:</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>Microsoft SDK\include\Imm.h :-</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#ifndef _IMM_SDK_DEFINED_</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#define _IMM_SDK_DEFINED_</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#if (WINVER &gt;= 0x040A)</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>DECLARE_HANDLE(HIMC);</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>DECLARE_HANDLE(HIMCC);</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#else</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>typedef DWORD<SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>HIMC;</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>typedef DWORD<SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>HIMCC;</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#endif /* WINVER &gt;= 0x040A */</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>whereas your declaration is:-</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>//{{AFX_CODEJOCK_PRIVATE</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#if (WINVER &gt;= 0x40A)</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>DECLARE_HANDLE(HIMC);</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#else</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>typedef DWORD<SPAN style="mso-spacerun: yes">&nbsp;&nbsp; </SPAN>HIMC;</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#endif</FONT></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>This SDK is absolutely essential for our MAPI connectivity! But this looks an easy one for you to fix by simply adding</FONT></SPAN><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=C&#111;nsolas size=1>#ifndef _IMM_SDK_DEFINED_ around your definition which is what we did"</P><DIV></FONT></SPAN><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1></FONT></o:p></SPAN>&nbsp;</DIV><DIV><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>Obviously changing&nbsp;your definition to XTPHIMC would also fix it. Is this fix planned for a release anytime soon?</FONT></o:p></SPAN></DIV><DIV><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1></FONT></o:p></SPAN>&nbsp;</DIV><DIV><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>Colin</FONT></o:p></SPAN></DIV><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face=C&#111;nsolas size=1>&nbsp;</FONT></o:p></SPAN></P></DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 13:55:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=27274&amp;title=error-compiling-v11-20#27274</guid>
  </item> 
  <item>
   <title><![CDATA[Error Compiling v11.20 : I have a more strange problem,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=26087&amp;title=error-compiling-v11-20#26087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 18 September 2007 at 9:49am<br /><br />I have a more strange problem, Dynamic help is not installing into VS2005 ?? Any ideas please<DIV>&nbsp;</DIV><DIV>As I assume it is only now bundled in the same installer.</DIV>]]>
   </description>
   <pubDate>Tue, 18 Sep 2007 09:49:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=26087&amp;title=error-compiling-v11-20#26087</guid>
  </item> 
  <item>
   <title><![CDATA[Error Compiling v11.20 : Hi,  Strange. this file was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25929&amp;title=error-compiling-v11-20#25929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 15 September 2007 at 11:00am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Strange. this file was absolutely same in 11.3.1 release.</DIV><DIV>&nbsp;</DIV><DIV>Anyway we will change it too.Thanks.</DIV>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 11:00:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25929&amp;title=error-compiling-v11-20#25929</guid>
  </item> 
  <item>
   <title><![CDATA[Error Compiling v11.20 : I am getting the same error in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25919&amp;title=error-compiling-v11-20#25919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 15 September 2007 at 9:40am<br /><br /><P>I am getting the same error in VC 6.00 SP5.</P><DIV>I changed HIMC to XTPHIMC in xtprender.*&nbsp; and now it compiles.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 09:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25919&amp;title=error-compiling-v11-20#25919</guid>
  </item> 
  <item>
   <title><![CDATA[Error Compiling v11.20 : Hi, I have renamed HMC to XTPHMC...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25908&amp;title=error-compiling-v11-20#25908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2158">snhd</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 15 September 2007 at 2:40am<br /><br />Hi,<DIV>I have renamed HMC to XTPHMC in xtprender.* &amp; recompiled. </DIV><DIV>Is it Ok.</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 02:40:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25908&amp;title=error-compiling-v11-20#25908</guid>
  </item> 
  <item>
   <title><![CDATA[Error Compiling v11.20 : Hi, I am getting the following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25907&amp;title=error-compiling-v11-20#25907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2158">snhd</a><br /><strong>Subject:</strong> 8012<br /><strong>Posted:</strong> 15 September 2007 at 2:06am<br /><br />Hi,<DIV>I am getting the following error while compiling v11.20 from VC 6.00 Sp5.00</DIV><DIV>&nbsp;</DIV><DIV>XTPToolTipContext.cpp<BR>d:\codejock_v1120\source\common\xtprichrender.h(32) : error C2011: 'HIMC__' : 'struct' type redefinition</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 02:06:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8012&amp;PID=25907&amp;title=error-compiling-v11-20#25907</guid>
  </item> 
 </channel>
</rss>