Pack resources in dat files

Hello everybody !
How can I pack all my resources files (images, sounds, etc…) in one or more files like the old .DAT and access this files from my SDL code ?
It’s a kind of archivier ?

Well, sorry for my bad english.
Wish all of you can understand.

Thanks,
Fred.

Hey Fred,

http://www.icculus.org/physfs/----- Original Message -----
From: Frederico
To: sdl at libsdl.org
Sent: Thursday, December 11, 2003 9:31 AM
Subject: [SDL] Pack resources in dat files.

Hello everybody !
How can I pack all my resources files (images, sounds, etc…) in one or more files like the old .DAT and access this files from my SDL code ?
It’s a kind of archivier ?

Well, sorry for my bad english.
Wish all of you can understand.

Thanks,
Fred.

Alan Wolfe wrote:

http://www.icculus.org/physfs/

Another possibility is:
http://zziplib.sourceforge.net/

Peter

See the xrick game (http://www.bigorno.net/xrick/), it’s author used some modified zip lib, which comes in the source distro.
“Frederico” wrote in message news:001a01c3c00c$9f9b4700$efbdeac8 at fred…
Hello everybody !
How can I pack all my resources files (images, sounds, etc…) in one or more files like the old .DAT and access this files from my SDL code ?
It’s a kind of archivier ?

Well, sorry for my bad english.
Wish all of you can understand.

Thanks,
Fred.

Thanks for Mike Gorchak and Peter Strempel.
Your replies are very usefull.
Fred.