<?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 : CJ 16.2.0  unzip library conflict.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CJ 16.2.0  unzip library conflict.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 18:28:46 +0000</pubDate>
  <lastBuildDate>Fri, 05 Feb 2016 04:36:45 +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=21741</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[CJ 16.2.0  unzip library conflict. : OK, this is old, but anyway.I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=74405&amp;title=cj-16-2-0-unzip-library-conflict#74405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 21741<br /><strong>Posted:</strong> 05 February 2016 at 4:36am<br /><br />OK, this is old, but anyway.<div><br></div><div>I'm using a library called XZip (and XUnZip), and this also generated "already defined" errors.</div><div><br></div><div>What I did was packing my cpp and h files &nbsp;xzip.cpp/h and &nbsp;xunzip.cpp/h in a namespace like this:</div><div><span style="line-height: 1.4;">namespace myownzip { ... &nbsp;}</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">and calling using namespace myownzip; in the cpp file where I use the methods.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">Maybe CodeJock should do something similar, so that we avoid doing this.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">-cpede</span></div>]]>
   </description>
   <pubDate>Fri, 05 Feb 2016 04:36:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=74405&amp;title=cj-16-2-0-unzip-library-conflict#74405</guid>
  </item> 
  <item>
   <title><![CDATA[CJ 16.2.0  unzip library conflict. : I have the same problem - have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=71422&amp;title=cj-16-2-0-unzip-library-conflict#71422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1337">BadJerry</a><br /><strong>Subject:</strong> 21741<br /><strong>Posted:</strong> 24 July 2013 at 9:11am<br /><br />I have the same problem - have you found&nbsp; solution?<br>]]>
   </description>
   <pubDate>Wed, 24 Jul 2013 09:11:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=71422&amp;title=cj-16-2-0-unzip-library-conflict#71422</guid>
  </item> 
  <item>
   <title><![CDATA[CJ 16.2.0  unzip library conflict. : Hi.i got ...CIL library *(* CIL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=71205&amp;title=cj-16-2-0-unzip-library-conflict#71205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3565">jshan</a><br /><strong>Subject:</strong> 21741<br /><strong>Posted:</strong> 24 June 2013 at 10:54am<br /><br />Hi.<div><br></div><div>i got ...</div><div><br></div><div><div>CIL library *(* CIL module *) : error LNK2005: "public: unsigned long __thiscall TUnzip::Close(void)" (?Close@TUnzip@@QAEKXZ) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "unsigned long __cdecl CloseZipU(struct HZIP__ *)" (?CloseZipU@@YAKPAUHZIP__@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "void __cdecl EnsureDirectory(wchar_t const *,wchar_t const *)" (?EnsureDirectory@@YAXPB_W0@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "public: unsigned long __thiscall TUnzip::Find(wchar_t const *,bool,int *,struct ZIPENTRY *)" (?Find@TUnzip@@QAEKPB_W_NPAHPAUZIPENTRY@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "public: unsigned long __thiscall TUnzip::Get(int,struct ZIPENTRY *)" (?Get@TUnzip@@QAEKHPAUZIPENTRY@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "bool __cdecl IsZipHandleU(struct HZIP__ *)" (?IsZipHandleU@@YA_NPAUHZIP__@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "public: unsigned long __thiscall TUnzip::Open(void *,unsigned int,unsigned long)" (?Open@TUnzip@@QAEKPAXIK@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "public: unsigned long __thiscall TUnzip::Unzip(int,void *,unsigned int,unsigned long)" (?Unzip@TUnzip@@QAEKHPAXIK@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "int __cdecl lufclose(struct LUFILE *)" (?lufclose@@YAHPAULUFILE@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "int __cdecl luferror(struct LUFILE *)" (?luferror@@YAHPAULUFILE@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "struct LUFILE * __cdecl lufopen(void *,unsigned int,unsigned long,unsigned long *)" (?lufopen@@YAPAULUFILE@@PAXIKPAK@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "unsigned int __cdecl lufread(void *,unsigned int,unsigned int,struct LUFILE *)" (?lufread@@YAIPAXIIPAULUFILE@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "int __cdecl lufseek(struct LUFILE *,long,int)" (?lufseek@@YAHPAULUFILE@@JH@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "long __cdecl luftell(struct LUFILE *)" (?luftell@@YAJPAULUFILE@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "int __cdecl strcmpcasenosensitive_internal(char const *,char const *)" (?strcmpcasenosensitive_internal@@YAHPBD0@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "unsigned long __cdecl ucrc32(unsigned long,unsigned char const *,unsigned int)" (?ucrc32@@YAKKPBEI@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>1&gt;* CIL library *(* CIL module *) : error LNK2005: "int __cdecl unzClose(struct unz_s *)" (?unzClose@@YAHPAUunz_s@@@Z) already defined in ToolkitPro1620vc110SU.lib(unzip.obj)</div><div>.</div><div>.</div><div>.</div><div>.</div><div><br></div><div><br></div><div><br></div><div>it says unzip stuff already used in graphics library.&nbsp;</div><div><br></div><div>so, i compiled my project with following define.</div><div>#define _XTP_EXCLUDE_GRAPHICLIBRARY</div><div><br></div></div><div>but no differences at all.</div><div><br></div><div><span style="line-height: 1.4;">why it makes conflict and how to solve this ?</span></div><div>cj 15.2.1 is fine with it.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2013 10:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21741&amp;PID=71205&amp;title=cj-16-2-0-unzip-library-conflict#71205</guid>
  </item> 
 </channel>
</rss>