SFML community forums

General => SFML wiki => Topic started by: Jaenis on July 27, 2009, 08:19:37 am

Title: [Sources] ZipLoader
Post by: Jaenis on July 27, 2009, 08:19:37 am
I added a ZipLoader (http://www.sfml-dev.org/wiki/en/sources/ziploader) to wiki.
It is small class that can load data from zip file archive.
Title: [Sources] ZipLoader
Post by: wicked357 on March 04, 2010, 08:12:44 am
I am having a hard time using your wrapper for accessing file within a zip file. I cannot seem to get the right libraries and whatever required files from zlib and minizip as you suggested I need they have so many different versions. I am using Windows with VS2008 and cannot compile it properly at all. Everything works great up until I use the ZIP::File File so I know it has something to do with not having the library files since you don't get the dll problem till after you run the program. Please someone who has been successful at getting this to work help me out.