PDA

Click to See Complete Forum and Search --> : Package files


Arie
Feb 9th, 2001, 03:10 PM
Hi, Guys!

I want to know in what package file you use to
store many pictures in it?
What is the way to creat them? any api? OCX?
program? what?
I have more than 500 pictures to store in one package
file. I really need it!
Please help...

Thank you,
Arie.

Bios
Feb 10th, 2001, 09:35 AM
use zlib compression dll, it's free, and very good.

get it here:
ftp://www.freesoftware.com/pub/infozip/zlib/index.html

:D Hope this helps,

Feb 10th, 2001, 10:51 AM
You can store them in a resource file in your project.

Arie
Feb 10th, 2001, 12:16 PM
Thank you, guys!
I'll try it right now.
Bye.