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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -