<?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 : Libraries Compile error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Libraries Compile error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 19:29:17 +0000</pubDate>
  <lastBuildDate>Thu, 29 Mar 2007 09:18:38 +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=6754</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[Libraries Compile error : Hi,  It have to be declared...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21558&amp;title=libraries-compile-error#21558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 9:18am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>It have to be declared in WinBase.h...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Add it manually in beginning of imagehlp.cpp.</DIV><DIV>&nbsp;</DIV><DIV>typedef struct _WIN_CERTIFICATE {<BR>&nbsp;&nbsp;&nbsp; DWORD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dwLength;<BR>&nbsp;&nbsp;&nbsp; WORD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wRevision;<BR>&nbsp;&nbsp;&nbsp; WORD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wCertificateType;&nbsp;&nbsp; // WIN_CERT_TYPE_xxx<BR>&nbsp;&nbsp;&nbsp; BYTE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bCertificate&#091;ANYSIZE_ARRAY&#093;;<BR>} WIN_CERTIFICATE, *LPWIN_CERTIFICATE;</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 09:18:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21558&amp;title=libraries-compile-error#21558</guid>
  </item> 
  <item>
   <title><![CDATA[Libraries Compile error : Thanks but now we get the following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21555&amp;title=libraries-compile-error#21555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2887">jung</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 7:51am<br /><br /><DIV>Thanks but now we get the following errors :</DIV><DIV>"</DIV><DIV>XTPSkinManagerApiHook.cpp<BR>C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\imagehlp.h(951) : error C2061: syntax error : identifier 'LPWIN_CERTIFICATE'<BR>C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\imagehlp.h(977) : error C2061: syntax error : identifier 'LPWIN_CERTIFICATE'<BR>C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\imagehlp.h(986) : error C2061: syntax error : identifier 'LPWIN_CERTIFICATE'</DIV><DIV>"</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 07:51:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21555&amp;title=libraries-compile-error#21555</guid>
  </item> 
  <item>
   <title><![CDATA[Libraries Compile error : ... uploads/20070329_060357_IMAGEHLP.ZIP  Attached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21550&amp;title=libraries-compile-error#21550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 6:04am<br /><br /><DIV>...</DIV><DIV><a href="https://forum.codejock.com/uploads/20070329_060357_IMAGEHLP.ZIP" target="_blank">uploads/20070329_060357_IMAGEHLP.ZIP</A></DIV><DIV>&nbsp;</DIV><DIV>Attached original imagehlp.cpp from vc6.0 you can copy it to your "Microsoft Visual Studio\VC98\Include" directory.</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 06:04:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21550&amp;title=libraries-compile-error#21550</guid>
  </item> 
  <item>
   <title><![CDATA[Libraries Compile error : Hi, Seems you manually copy imagehlp.cpp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21548&amp;title=libraries-compile-error#21548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 6:03am<br /><br /><DIV>Hi,</DIV><DIV>Seems you manually copy imagehlp.cpp from SDK or higher VC to you vc6 includes.</DIV><DIV>&nbsp;</DIV><DIV>ImageHlp.cpp from Visual Studio 6.0 doesn't include <FONT face=Arial size=2>wintrust.h but older version includes it.</FONT></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 06:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21548&amp;title=libraries-compile-error#21548</guid>
  </item> 
  <item>
   <title><![CDATA[Libraries Compile error : Do you have the Platform SDK installed?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21547&amp;title=libraries-compile-error#21547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1011">Barto</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 4:50am<br /><br />Do you have the Platform SDK installed? Latest version for VS6.0 is psdk_2003_feb. I think you need to configure the include and library pathes in VS for the Platform SDK and then you can compile Xtreme Toolkit.<DIV></DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 04:50:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21547&amp;title=libraries-compile-error#21547</guid>
  </item> 
  <item>
   <title><![CDATA[Libraries Compile error : I have juste install Toolkit Pro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21546&amp;title=libraries-compile-error#21546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2887">jung</a><br /><strong>Subject:</strong> 6754<br /><strong>Posted:</strong> 29 March 2007 at 4:33am<br /><br /><img src="http://forum.codejock.com/smileys/smiley7.gif" border="0" align="absmiddle"><br>I have juste install Toolkit Pro 10.4.2 and the library cannot be compiled<br>with Visual c++ 6.0. I have the following errors :<br><br><br><font face="Arial" size="2">XTPSkinManagerApiHook.cpp</font><br><font face="Arial" size="2">c:\program files\microsoft visual studio\vc98\include\wintrust.h(139) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(139) : error C2501: 'CMSG_SIGNER_INFO' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(139) : error C2501: 'psSignerInfo' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(142) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(142) : error C2501: 'HCERTSTORE' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(142) : error C2501: 'pahStores' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(158) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(158) : error C2501: 'CERT_CONTEXT' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(158) : error C2501: 'psCertContext' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(161) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(161) : error C2501: 'HCERTSTORE' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(161) : error C2501: 'pahStores' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(229) : error C2146: syntax error : missing ';' before identifier 'Data'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(229) : error C2501: 'CRYPT_ATTRIBUTE_TYPE_VALUE' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(229) : error C2501: 'Data' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(230) : error C2146: syntax error : missing ';' before identifier 'DigestAlgorithm'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(230) : error C2501: 'CRYPT_ALGORITHM_IDENTIFIER' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(230) : error C2501: 'DigestAlgorithm' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(231) : error C2146: syntax error : missing ';' before identifier 'Digest'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(231) : error C2501: 'CRYPT_HASH_BLOB' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(231) : error C2501: 'Digest' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(316) : error C2061: syntax error : identifier 'HCERTSTORE'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(327) : error C2061: syntax error : identifier 'PCCERT_CONTEXT'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(422) : error C2146: syntax error : missing ';' before identifier 'pCert'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(422) : error C2501: 'PCCERT_CONTEXT' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(422) : error C2501: 'pCert' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(467) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(467) : error C2501: 'CMSG_SIGNER_INFO' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(467) : error C2501: 'psSigner' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(519) : error C2146: syntax error : missing ';' before identifier 'hProv'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(519) : error C2501: 'HCRYPTPROV' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(519) : error C2501: 'hProv' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(532) : error C2143: syntax error : missing ';' before '*'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(532) : error C2501: 'HCERTSTORE' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(532) : error C2501: 'pahStores' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(535) : error C2146: syntax error : missing ';' before identifier 'hMsg'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(535) : error C2501: 'HCRYPTMSG' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(535) : error C2501: 'hMsg' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(644) : error C2143: syntax error : missing ';' before '__stdcall'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(646) : error C2061: syntax error : identifier 'PCCERT_CONTEXT'<br>c:\program files\microsoft visual studio\vc98\include\wintrust.h(649) : error C2061: syntax error : identifier 'CERT_INFO'</font><br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 04:33:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6754&amp;PID=21546&amp;title=libraries-compile-error#21546</guid>
  </item> 
 </channel>
</rss>