The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 views

libz or/and libpng for Windows (Phone) 8 Apps

The problem is pretty simple. When building for W(P)8 you can't compile .c files or use old C syntax code (the one where function parameters are specified twice). Libpng is easily compilable under ...
4
votes
1answer
890 views

Cannot install Ruby 1.9.3 on Mountain Lion w/ RVM: Error running make

I'm trying to install Ruby so I can do the "Learn Ruby the Hard Way" course, and I've just been having tons of trouble installing the newest version of Ruby Here's the relevant part of my log: ...
1
vote
2answers
117 views

Compressing small piece of data

I have a buffer of let's say 4KB, containing data in JSON-like format. I need to add significantly more information (up to let's say 3x more) to it, but I have to fit in this small chunk of memory. I ...
0
votes
1answer
263 views

ffmpeg libz.so dependency

we are trying to install ffmpeg on our RH linux servers. Trouble is that it works on one not on the other and we have no idea why. The working and the non working server have the same config ...
5
votes
4answers
3k views

Error with iOS 5.1 when i use ASIHTTPRequest and SBJSON

i am getting this error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_ASIHTTPRequest", referenced from: objc-class-ref in FirstViewController.o "_OBJC_CLASS_$_SBJsonParser", ...
18
votes
2answers
10k views

libz.dylib versus libz.1.2.3.dylib versus libz.1.2.5.dylib

I asked this in a comment but this seems like an issue that deserves its own question. I have a project that's shared between three different installations of XCode and two different installations of ...
8
votes
2answers
11k views

error executing aapt, all of the sudden

I know there are a lot of these topics around but none seem to help in my case, nor describe it exactly. The best similar one is aapt not found under the right path. My problem is that I can be using ...
0
votes
1answer
358 views

PAK archives and zlib (zlib.dylib)

I'm currently writing an iPhone app where I need to uncompress several files from .pak archive. I'm assuming libz.dylib will probably have the ability to do this but I'm having a hard time find any ...
1
vote
1answer
5k views

How to use libz.dylib to unzip zip file?

in my program i have to unzip downloaded file ... i read libz.dylib is used for that but i didn't find any documentation or examples how to do that..? any one know this... Thanks in advance....
1
vote
1answer
381 views

RAR Decompress on iPhone Device

Has anyone found a solution to decompressing RAR files on iPhone (not Jailbroken)? It would be great if there was a library similar to libz. I did not find anything official from RARlab. Anyone ...