PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework WM5 file compress/uncompress

Reply

WM5 file compress/uncompress

 
Thread Tools Rate Thread
Old 30-11-2006, 10:27 AM   #1
vsciw
Guest
 
Posts: n/a
Default WM5 file compress/uncompress


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.

  Reply With Quote
Old 30-11-2006, 10:39 AM   #2
Peter Morris [Droopy eyes software]
Guest
 
Posts: n/a
Default Re: WM5 file compress/uncompress

I use the ZIP classes from Resco.


  Reply With Quote
Old 30-11-2006, 02:02 PM   #3
google@chestnutcove.com
Guest
 
Posts: n/a
Default Re: WM5 file compress/uncompress


Peter Morris [Droopy eyes software] wrote:
> I use the ZIP classes from Resco.


The XCeed Streaming compression library is also worth a look:
http://www.xceedsoft.com/products/ZipNetCF/index.aspx

I use zlib compression. Decompression can use up a fair bit of memory,
so I decompress the XML data to a temp file on the SD Card to avoid
"out of memory" issues.

  Reply With Quote
Old 30-11-2006, 02:33 PM   #4
wheeldo
Guest
 
Posts: n/a
Default Re: WM5 file compress/uncompress


vsciw wrote:
> 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.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off