<?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 : Problems building with 10.3.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Problems building with 10.3.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 24 Apr 2026 19:01:47 +0000</pubDate>
  <lastBuildDate>Wed, 22 Nov 2006 11:54:57 +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=5091</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[Problems building with 10.3.1 : Here&amp;#039;s a workaround that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=17549&amp;title=problems-building-with-10-3-1#17549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1227">esc67</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 22 November 2006 at 11:54am<br /><br /><P>Here's a workaround that worked for me:</P><DIV>Comment out the <FONT size=1>deflate_copyright declaration in deflate.c for *static* builds. Then put the definition back in for *dll* builds.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 22 Nov 2006 11:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=17549&amp;title=problems-building-with-10-3-1#17549</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 :   oleg wrote:  I think if totally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=17531&amp;title=problems-building-with-10-3-1#17531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1227">esc67</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 22 November 2006 at 12:44am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><DIV>&nbsp;</DIV><DIV>I think if totally same version of zlib will be used in toolkitpro and ISLibMSD30 libraries, compiller will not complain.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>This doesn't work because the linker says "<FONT size=1>deflate_copyright" is defined twice.&nbsp; I have this problem because other libraries I use include "zlib.lib".</FONT></DIV><DIV><FONT size=1></FONT>&nbsp;</DIV><DIV><FONT size=1>Why don't you do this:</FONT></DIV><DIV><FONT size=1></FONT>&nbsp;</DIV><DIV><FONT size=1>#pragma comment(lib, "zlib.lib")</FONT></DIV><DIV><FONT size=1></FONT>&nbsp;</DIV><DIV><FONT size=1>Instead of including the&nbsp;sources explicitely? That would eliminate redundant definitions, and it would ensure that all code uses the same version of the library.</FONT></DIV><DIV><FONT size=1></FONT>&nbsp;</DIV><DIV><FONT size=1>-Erik</FONT></DIV><DIV><FONT size=1></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 22 Nov 2006 00:44:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=17531&amp;title=problems-building-with-10-3-1#17531</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 : Ahh Oleg thanks for the tips,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15912&amp;title=problems-building-with-10-3-1#15912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 20 September 2006 at 9:55am<br /><br />Ahh Oleg thanks for the tips, I think that they both will work just fine!<br><br>Also, in case you were still wondering we link the Xtreme Toolkit statically.<br>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 09:55:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15912&amp;title=problems-building-with-10-3-1#15912</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 : And another easy solution -  in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15880&amp;title=problems-building-with-10-3-1#15880</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 20 September 2006 at 1:09am<br /><br />And another easy solution - <DIV>in GraphicLibrary\zlib\zconf.h in beginning of file add </DIV><DIV>&nbsp;</DIV><DIV>#define Z_PREFIX</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 01:09:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15880&amp;title=problems-building-with-10-3-1#15880</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 : Hello,   I think if totally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15879&amp;title=problems-building-with-10-3-1#15879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 20 September 2006 at 1:06am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>I think if totally same version of zlib will be used in toolkitpro and ISLibMSD30 libraries, compiller will not complain. If you can modify ISLibMSD30&nbsp; library try to copy zlib implementation from toolkitpro to your ISLibMSD30&nbsp; sources.</DIV>]]>
   </description>
   <pubDate>Wed, 20 Sep 2006 01:06:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15879&amp;title=problems-building-with-10-3-1#15879</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 : Are you linking the XTP statically?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15873&amp;title=problems-building-with-10-3-1#15873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 19 September 2006 at 4:14pm<br /><br />Are you linking the XTP statically?]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 16:14:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15873&amp;title=problems-building-with-10-3-1#15873</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 :  Hi Oleg,Thanks for the quick reply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15863&amp;title=problems-building-with-10-3-1#15863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 19 September 2006 at 3:26pm<br /><br /><p style="margin-bottom: 0in;">Hi Oleg,<br><br>Thanks for the quickreply I will definitely try that and see if I can get it working!&nbsp;I'll report back with what I find.<br><br>Also is there any workaround available for us if we wanted to use ISLibMSD30.lib andXXtreme ToolkitPro with PNG support?&nbsp; Right now PNG supportisn't that big of a deal for us but I could see if wanting toimplement it in the future.<br><br>Perhaps those functions could bewrapped in a namespace or something like that to protect them withconflicting with other libraries?<br><br>Thanks again for gettingback to me so quickly. </p><br><br>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 15:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15863&amp;title=problems-building-with-10-3-1#15863</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 : Hello, yes in 10.3/10.3.1 we added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15859&amp;title=problems-building-with-10-3-1#15859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 19 September 2006 at 3:19pm<br /><br />Hello, yes in 10.3/10.3.1 we added png support and seems it conflicted with your ISLibMSD30.lib.<DIV>&nbsp;</DIV><DIV>please open project in IDE and remove in solution explorer GraphicLibrary subfolder, comment #define _XTP_INCLUDE_GRAPHICLIBRARY in Common/XTPVersion.h and rebuild library.</DIV>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 15:19:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15859&amp;title=problems-building-with-10-3-1#15859</guid>
  </item> 
  <item>
   <title><![CDATA[Problems building with 10.3.1 :  Hi Everyone,I&amp;#039;ve recently...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15854&amp;title=problems-building-with-10-3-1#15854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 5091<br /><strong>Posted:</strong> 19 September 2006 at 2:20pm<br /><br />Hi Everyone,<br><br>I've recently updated to version 10.3.1 of the Xtreme ToolkitPro and I am having problems building our project now.&nbsp; I'm getting the following errors:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Linking...<br>ToolkitPro1031vc60SD.lib(deflate.obj) : error LNK2005: _deflateSetHeader already defined in ISLibMSD30.lib(deflate.obj)<br>ToolkitPro1031vc60SD.lib(deflate.obj) : error LNK2005: _deflateTune already defined in ISLibMSD30.lib(deflate.obj)<br>ToolkitPro1031vc60SD.lib(deflate.obj) : error LNK2005: _deflate already defined in dzsll32.lib(Deflate.obj)<br>ToolkitPro1031vc60SD.lib(inflate.obj) : error LNK2005: _inflatePrime already defined in ISLibMSD30.lib(inflate.obj)<br>ToolkitPro1031vc60SD.lib(inflate.obj) : error LNK2005: _inflate already defined in duzsll32.lib(Inflate.obj)<br>ToolkitPro1031vc60SD.lib(inflate.obj) : error LNK2005: _inflateGetHeader already defined in ISLibMSD30.lib(inflate.obj)<br>ToolkitPro1031vc60SD.lib(adler32.obj) : error LNK2005: _adler32_combine already defined in ISLibMSD30.lib(adler32.obj)<br>ToolkitPro1031vc60SD.lib(crc32.obj) : error LNK2005: _crc32_combine already defined in ISLibMSD30.lib(crc32.obj)<br>LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library<br>Debug/VPExpress.exe : fatal error LNK1169: one or more multiply defined symbols found<br>Error executing link.exe.<br></pre></td></tr></table><br><br>I'm thinking that this may have to do with the inclusion of the PNG support in 10.3?<br><br>Has anyone else encountered this?&nbsp; Or does anyone else know what I should do?<br><br><b>edit:</b> Whoops I forgot to mention that I have been able to compile without any problems using 10.2 and previous versions!<br><br>Thanks,<br><br>Mark.<br>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 14:20:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5091&amp;PID=15854&amp;title=problems-building-with-10-3-1#15854</guid>
  </item> 
 </channel>
</rss>