B O P p a c k     by sQuezel (www dot boompje dot com) (www dot mannetje dot org )
-----------------------------------------------------------------------------------

[what is it?]

A nice little tool which wraps up your files into compressed (ZIP) C-header file.

[why?]

Because putting files into windows resources are handy, but sometimes a little 
clumsy to update. With BOPpack I can wrap a whole directorytree with one push
on the button.

[when?]

time is an illusion, remember that

[how?]

with devcpp, some nice asian green tea & ATOI music (nice ambiance music!) :]
Just include this compressed C-header file somewhere in your project.
Write the 'out' array to a file like this :

      f = fopen( "yourfile.zip", "wb" );
      fwrite( out , sizeof( out ), 1, f );
      fclose(f); 

then unzip it somehow in your code and voila!

[contact]

leon@izi-services.nl
leon@boompje.com

