Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Zambiorix integrate sharp zlib #421

Closed Zambiorix closed 10 years ago

Zambiorix commented 10 years ago

added SharpZlib code in iOS, MACOS & Android projects and updated the namespace to Cocos2D.Compression.ICSharpCode.SharpZipLib (only for iOS, MACOS & Android)

=> this follows the same approach as zlib.dll (code has also been integrated, removing the need to use an extra dependancy) => other platforms need to do the same => XBOX uses a special build, must be taken care of

I can't currently update other platforms (I'm on a Mac), but will look into them when I have access to a Windows PC

Zambiorix commented 10 years ago

please ignore pull request, there is something wrong with my fork, will try later

totallyeviljake commented 10 years ago

You saw this WP8 project:

https://github.com/Cocos2DXNA/cocos2d-xna/blob/master/cocos2d/external%20lib/ICSharpCodeSource/src/ICSharpCode.SharpZLib.WP8.csproj

That version of the Sharp-Zip-Lib library is NET-CF friendly and has the security stuff stripped out already. That's how it can work on WP8....

I am hoping that you started with that version of the sharp zip lib ...