free zip library for CF 1.0 ?

T

tony

hi.

i tried to use SharpZipLib dll, that i read it can also work in CF.
when im run the code in Net Framwork in xp it works ok, but when
i trying to run in the Net Compact Framework 1.0 (sp3)

i got execption when i called :
s.PutNextEntry(entry);

----------------------
An unhandled exception of type 'System.MissingMethodException' occurred in
ICSharpCode.SharpZipLib.dll

Additional information: Method not found: get_CurrentCulture
System.Threading.Thread, mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC.
---------------------

the questions :

1.this dll can work in cf 1.0 (sp3) ?
2.anyone can recommed for free dll that zip files in CF 1.0 sp3 ?

thanking in advance.
 
T

tony

found the solution in the net :

create new CF project in the vs.net, add all source files,
add the right CONDITIONAL COMPLIATION CONSTANT :

and compile the dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top