<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Objective-C class for zip/unzip zip format files</title>
	<atom:link href="http://www.flyblog.info/catprogramming/202.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info/catprogramming/202.html</link>
	<description>ideas for programming</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:11:45 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nithu</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-5288</link>
		<dc:creator>nithu</dc:creator>
		<pubDate>Mon, 13 Jun 2011 14:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-5288</guid>
		<description>Can any one please help me with some explanation .. I need to implement this asap. Plssssssssssss</description>
		<content:encoded><![CDATA[<p>Can any one please help me with some explanation .. I need to implement this asap. Plssssssssssss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-5032</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Mon, 08 Nov 2010 11:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-5032</guid>
		<description>Hi,

I am using your library for Creating New Zip file and Unzipping from the ZIP file.

I have typical problem, i will get the ZIP file stream in NSData. Can you help me to read the NSData directly (This dosen&#039;t has any header info) instead of File.

OR

How to Store the NSData in a proper ZIP format.

Please help me.

Regards,
Anil.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using your library for Creating New Zip file and Unzipping from the ZIP file.</p>
<p>I have typical problem, i will get the ZIP file stream in NSData. Can you help me to read the NSData directly (This dosen&#8217;t has any header info) instead of File.</p>
<p>OR</p>
<p>How to Store the NSData in a proper ZIP format.</p>
<p>Please help me.</p>
<p>Regards,<br />
Anil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-4637</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Sat, 23 Oct 2010 10:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-4637</guid>
		<description>iam new to iphone development please please help me in this , how i can use the above classes in my xcode project ,  iam getting so many errors.</description>
		<content:encoded><![CDATA[<p>iam new to iphone development please please help me in this , how i can use the above classes in my xcode project ,  iam getting so many errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Jones</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-2911</link>
		<dc:creator>Steven Jones</dc:creator>
		<pubDate>Mon, 19 Jul 2010 11:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-2911</guid>
		<description>I found that adding the zlibz.dylib framework in xcode fixed the missing symbol errors.</description>
		<content:encoded><![CDATA[<p>I found that adding the zlibz.dylib framework in xcode fixed the missing symbol errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-2891</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Sat, 15 May 2010 11:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-2891</guid>
		<description>Hi,

I tried to use this source in my application and got the same the same result.
Are there any installation instructions anywhere ???

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to use this source in my application and got the same the same result.<br />
Are there any installation instructions anywhere ???</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-2784</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Wed, 15 Apr 2009 01:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-2784</guid>
		<description>I tried your code to unzip files, it works on simulator, but when I tried on Device, I got following linked error, any idea?

&quot;_deflate&quot;, referenced from:
      _zipWriteInFileInZip in zip.o
      _zipCloseFileInZipRaw in zip.o
  &quot;_deflateEnd&quot;, referenced from:
      _zipCloseFileInZipRaw in zip.o
  &quot;_crc32&quot;, referenced from:
      _zipWriteInFileInZip in zip.o
      _unzReadCurrentFile in unzip.o
      _unzReadCurrentFile in unzip.o
  &quot;_inflateEnd&quot;, referenced from:
      _unzCloseCurrentFile in unzip.o
  &quot;_get_crc_table&quot;, referenced from:
      _zipOpenNewFileInZip3 in zip.o
      _unzOpenCurrentFile3 in unzip.o
  &quot;_inflate&quot;, referenced from:
      _unzReadCurrentFile in unzip.o
  &quot;_deflateInit2_&quot;, referenced from:
      _zipOpenNewFileInZip3 in zip.o
  &quot;_inflateInit2_&quot;, referenced from:
      _unzOpenCurrentFile3 in unzip.o
ld: symbol(s) not found


Thank you very much!</description>
		<content:encoded><![CDATA[<p>I tried your code to unzip files, it works on simulator, but when I tried on Device, I got following linked error, any idea?</p>
<p>&#8220;_deflate&#8221;, referenced from:<br />
      _zipWriteInFileInZip in zip.o<br />
      _zipCloseFileInZipRaw in zip.o<br />
  &#8220;_deflateEnd&#8221;, referenced from:<br />
      _zipCloseFileInZipRaw in zip.o<br />
  &#8220;_crc32&#8243;, referenced from:<br />
      _zipWriteInFileInZip in zip.o<br />
      _unzReadCurrentFile in unzip.o<br />
      _unzReadCurrentFile in unzip.o<br />
  &#8220;_inflateEnd&#8221;, referenced from:<br />
      _unzCloseCurrentFile in unzip.o<br />
  &#8220;_get_crc_table&#8221;, referenced from:<br />
      _zipOpenNewFileInZip3 in zip.o<br />
      _unzOpenCurrentFile3 in unzip.o<br />
  &#8220;_inflate&#8221;, referenced from:<br />
      _unzReadCurrentFile in unzip.o<br />
  &#8220;_deflateInit2_&#8221;, referenced from:<br />
      _zipOpenNewFileInZip3 in zip.o<br />
  &#8220;_inflateInit2_&#8221;, referenced from:<br />
      _unzOpenCurrentFile3 in unzip.o<br />
ld: symbol(s) not found</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acme</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-2754</link>
		<dc:creator>Acme</dc:creator>
		<pubDate>Sat, 07 Mar 2009 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-2754</guid>
		<description>Hi,

  I new to IPhone SDK Programming.can you please guide me how i can use this classes inside Xcode project.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  I new to IPhone SDK Programming.can you please guide me how i can use this classes inside Xcode project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneKicks.com</title>
		<link>http://www.flyblog.info/catprogramming/202.html/comment-page-1#comment-2753</link>
		<dc:creator>iPhoneKicks.com</dc:creator>
		<pubDate>Sat, 07 Mar 2009 14:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyblog.info/?p=202#comment-2753</guid>
		<description>&lt;strong&gt;Objective-C class for zip/unzip zip format files...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from iPhoneKicks.com - iPhone SDK links, community driven...</description>
		<content:encoded><![CDATA[<p><strong>Objective-C class for zip/unzip zip format files&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from iPhoneKicks.com &#8211; iPhone SDK links, community driven&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

