-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with winrt (Windows 8) #4
Comments
From [email protected] on November 01, 2012 17:02:56 A problem has been reported by a user running this on Win8 On the bright side, .Net 4.5 seems to have a better implementation of Deflate/Inflate (the previous was terrible), perhaps we can build against it and not need SharpZipLib anymore. Some links, perhaps relevant: http://eldos.com/forum/read.php?FID=7&TID=3990 http://stackoverflow.com/questions/12894406/inflating-a-compressed-byte-array-in-winrt |
From [email protected] on December 17, 2012 06:38:47 Almost done, with the new version 1.1.4 that does not use SharpZip . Next step (soon), migrate to the new "portable class library" project type Status: Started |
From [email protected] on December 22, 2012 13:02:23 To build and distribute this as a "portable class library" would be indeed nice. What's not nice is that VS2012 Express does not support portable class libraries, for that you must buy VS2012 Professional. Well, I won't. |
Support project building
From [email protected] on November 01, 2012 20:57:45
A new build should be done for WinRT.
Original issue: http://code.google.com/p/pngcs/issues/detail?id=4
The text was updated successfully, but these errors were encountered: