free zip library for CF 1.0 ?

  • Thread starter Thread starter tony
  • Start date Start date
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.
 
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.
 
Back
Top