prtpacker--Portable Resource Tree Packer News
Brought to you by:
jcofflan
prtpacker (pronounced PIRT-Packer) is a tool for creating C or C++ source code
from external program resources such as images, text, or data. These resources
can be arranged in a tree structure much like a typical file system. After
compiling and linking the resulting source code you can access the resource
tree from within your software through a simple API.
Be aware that all resources stay in memory and cannot be easily deallocated.
Generally with small files (< 100K bytes) this is not an issue. So don't go
trying to sticking your latest Divx download in as a resource. That is unless
you want your computer to run like Windows 98.... read more