WM5 file compress/uncompress

  • Thread starter Thread starter vsciw
  • Start date Start date
V

vsciw

Hi.

We are transferring files to & from PDA's (windows mobile 5) over
GPRS and want to compress the files. What is the best method supported
by WM5?

We are developing applications using VS2005 & VB.NET v2 on a server and
VB.NET CF V2 on WM5. our applications are receiving data which needs
compressing and uncompressing automatically.

Ian.
 
vsciw said:
Hi.

We are transferring files to & from PDA's (windows mobile 5) over
GPRS and want to compress the files. What is the best method supported
by WM5?

We are developing applications using VS2005 & VB.NET v2 on a server and
VB.NET CF V2 on WM5. our applications are receiving data which needs
compressing and uncompressing automatically.

Ian.

Hi,

I've been using the XCeed compression library to download a large
DataSet - serialized as XML.

http://www.xceedsoft.com/products/ZipNetCF/index.aspx

Decompression uses quite a lot of memory, so I decompress to the SD
Card - then read in a bit at a time.
 
Back
Top