<?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 : ZLib</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : ZLib]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 11:51:37 +0000</pubDate>
  <lastBuildDate>Thu, 29 Apr 2010 14:06:43 +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=16192</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[ZLib : well done! could you also add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=58277&amp;title=zlib#58277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2070">Marcus</a><br /><strong>Subject:</strong> 16192<br /><strong>Posted:</strong> 29 April 2010 at 2:06pm<br /><br />well done!<DIV>could you also add compress2() ?!</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 14:06:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=58277&amp;title=zlib#58277</guid>
  </item> 
  <item>
   <title><![CDATA[ZLib : Thanks, we added it. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=56814&amp;title=zlib#56814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16192<br /><strong>Posted:</strong> 16 February 2010 at 7:28am<br /><br />Thanks, we added it.]]>
   </description>
   <pubDate>Tue, 16 Feb 2010 07:28:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=56814&amp;title=zlib#56814</guid>
  </item> 
  <item>
   <title><![CDATA[ZLib : One request to make the ZLib-functions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=56786&amp;title=zlib#56786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2112">Daniel</a><br /><strong>Subject:</strong> 16192<br /><strong>Posted:</strong> 14 February 2010 at 12:36pm<br /><br /><DIV>One request to make the ZLib-functions from the Library public, so that we have access to it. This is done very simple:</DIV><DIV>&nbsp;</DIV><DIV>Add this line into XTPGraphicBitmapPng.cpp</DIV><DIV>&nbsp;</DIV><DIV>_XTP_EXT_CLASS int ZLibCompress( Bytef *dest,&nbsp;&nbsp; uLongf *destLen, const Bytef *source, uLong sourceLen) <BR>{<BR>&nbsp;&nbsp; return compress( dest, destLen, source, sourceLen);<BR>}</DIV><DIV>_XTP_EXT_CLASS ULONG ZLibCompressBound( uLong sourceLen ) <BR>{<BR>&nbsp;&nbsp; return compressBound ( sourceLen );<BR>}</DIV><DIV>_XTP_EXT_CLASS int ZLibUncompress (Bytef *dest,&nbsp;&nbsp; uLongf *destLen, const Bytef *source, uLong sourceLen)<BR>{<BR>&nbsp;&nbsp; return uncompress ( dest, destLen, source, sourceLen );<BR>}</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>And these lines into XTPGraphicBitmapPng.h</DIV><DIV>&nbsp;</DIV><DIV>_XTP_EXT_CLASS int ZLibCompress( BYTE *dest,&nbsp;&nbsp; ULONG *destLen, const BYTE *source, ULONG sourceLen);<BR>_XTP_EXT_CLASS ULONG ZLibCompressBound( ULONG sourceLen );<BR>_XTP_EXT_CLASS int ZLibUncompress (BYTE *dest, ULONG *destLen, const BYTE *source, ULONG sourceLen);<BR></DIV><DIV>&nbsp;</DIV><DIV>That's all and everyone can use the zlib functions without adding them again and again.</DIV><DIV>&nbsp;</DIV><DIV>Daniel</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Feb 2010 12:36:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16192&amp;PID=56786&amp;title=zlib#56786</guid>
  </item> 
 </channel>
</rss>