Is there nobody in forum to help me about zip archive

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Jeevan Singla
Posts: 8
Joined: Mon Oct 16, 2006 4:02 pm
Location: India

Is there nobody in forum to help me about zip archive

Post by Jeevan Singla »

I want to iterate the files in a Zip file so that i can get names of files in the archieve. Plz help how can i get these names
Lideln
Posts: 79
Joined: Sat Jun 24, 2006 11:35 am
Location: Paris, France

Post by Lideln »

--
Lideln, France
stodge
Posts: 216
Joined: Fri Dec 05, 2003 5:57 pm

Post by stodge »

zziplib?
What does the debugger tell you? You did use the debugger, didn't you?
3ddev
Posts: 169
Joined: Tue Sep 19, 2006 6:51 am
Contact:

Sorry for going offtopic...

Post by 3ddev »

Sorry for going offtopic, but I hope you realize that the zlib version that is packaged with Irrlicht contains a massive memory leak. This means that hackers could gain access to your computer via you app and then load trojan horses and other malicius software on the computer! For this reason, I have stopped using zlib directly from Irrlicht. I have been using zlib 1.3 externally from Irrlicht and this of course alliviates the problem( I think it is version 1.2 that has the memory leak ) I would highly recommend this way, especially if you plan to distribute your app or add network support.
Post Reply