mobile - Unzip files and/or streams in rhomobile -


how decompress compressed file in rhomobile application?
saw zlib extension unavailable in rhodes, because needs ruby port. ruby uses "zlib.c" or "zlib.h" source files , not portable zlib.

when running rhodes application, in line source:

require 'zlib' 

it raises error:

no such file load -- zlib 

anyone has idea?

thanks in advance?

see documentation on adding libaries rhodes app: http://wiki.rhomobile.com/index.php/rhodesextensions#adding_libraries_to_your_rhodes_application

i don't know if zlib work or not (actually curious find out). if have more questions suggest rhomobile google group.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -