One of the projects I'm working on would benefit from being able to embed all its resources inside the application binary. If I was using Qt I would be using its resource mechanism.
Those resources are a mixture of html/text and binaries (images/flash).
The text files are easy - even if it does mean having to edit them to add the required headers, but binaries seem impossible in the current architecture.
Has anyone else thought about how to extend some of the concepts of PageCompiler to handle arbitry files ?





