<?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 function</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : zlib function]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:15:36 +0000</pubDate>
  <lastBuildDate>Mon, 07 Jul 2008 10:45: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=10503</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 function : Wish for next release.const ULONG...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=37897&amp;title=zlib-function#37897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 10503<br /><strong>Posted:</strong> 07 July 2008 at 10:45am<br /><br />Wish for next release.<br><br>const ULONG * XTPGetCrc32Table();<br>ULONG XTPCrc32(ULONG crc, const BYTE *pData, ULONG len);<br>And also export all necessary zlib function.<br><br>&nbsp; Jimmy<br><br><br>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 10:45:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=37897&amp;title=zlib-function#37897</guid>
  </item> 
  <item>
   <title><![CDATA[zlib function : Hi Oleg,Posible to add this to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=36349&amp;title=zlib-function#36349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 10503<br /><strong>Posted:</strong> 06 June 2008 at 5:45am<br /><br />Hi Oleg,<br><br>Posible to add this to v12.0.1 ?<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 06 Jun 2008 05:45:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=36349&amp;title=zlib-function#36349</guid>
  </item> 
  <item>
   <title><![CDATA[zlib function : Thanks LarryHi Oleg,can you add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34769&amp;title=zlib-function#34769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 10503<br /><strong>Posted:</strong> 06 May 2008 at 4:28am<br /><br />Thanks Larry<br><br>Hi Oleg,<br>can you add this for the next release.<br><br>&nbsp;Thanks<br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Tue, 06 May 2008 04:28:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34769&amp;title=zlib-function#34769</guid>
  </item> 
  <item>
   <title><![CDATA[zlib function : I added the followingto the CodeJock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34725&amp;title=zlib-function#34725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 10503<br /><strong>Posted:</strong> 05 May 2008 at 1:37pm<br /><br />I added the following&nbsp;to the CodeJock source file XTPGraphicBitmapPng.cpp and recompiled CodeJock.<DIV>&nbsp;</DIV><DIV><FONT size=2><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">_XTP_EXT_CLASS int ZLibCompress( Bytef *dest, &nbsp; uLongf *destLen, const Bytef *source, uLong sourceLen) </DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">{</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp; return compress( dest, destLen, source, sourceLen);</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">}</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp;</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">_XTP_EXT_CLASS ULONG ZLibCompressBound( uLong sourceLen ) </DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">{</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp; return compressBound ( sourceLen );</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">}</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp;</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">_XTP_EXT_CLASS int ZLibUncompress (Bytef *dest,&nbsp;&nbsp; uLongf *destLen, const Bytef *source, uLong sourceLen)</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">{</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return uncompress ( dest, destLen, source, sourceLen );</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">}</DIV><DIV style="MARGIN: 0in 0in 10pt">&nbsp;</DIV><DIV style="MARGIN: 0in 0in 10pt">Then in my source code I define the following:</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">extern int ZLibCompress( BYTE *dest,&nbsp;&nbsp; ULONG *destLen, const BYTE *source, ULONG sourceLen);</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">extern ULONG ZLibCompressBound( ULONG sourceLen );</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">extern int ZLibUncompress (BYTE *dest, ULONG *destLen, const BYTE *source, ULONG sourceLen);</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">&nbsp;</DIV><DIV style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: n&#111;ne">--Larry</DIV><P></FONT><FONT size=2>&nbsp;</P></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 05 May 2008 13:37:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34725&amp;title=zlib-function#34725</guid>
  </item> 
  <item>
   <title><![CDATA[zlib function : Hello,what must i do , that i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34705&amp;title=zlib-function#34705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 10503<br /><strong>Posted:</strong> 05 May 2008 at 8:20am<br /><br />Hello,<br><br>what must i do , that i can use the zlib &amp; crc32 function ?<br>from static lib and from dll version.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Mon, 05 May 2008 08:20:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10503&amp;PID=34705&amp;title=zlib-function#34705</guid>
  </item> 
 </channel>
</rss>