is it possible to shrink the Meta Information's with a kind of zip Stream when running the FP Compiler ?
In one of my Project I worked on, I introduce gzip -9 packed Resource Files that I outsourced to external DLL Files (mostly for Localization stuff).
After gzip, I bundle the packed Resource Files into new Resources Files.
So, I can use Windows win32api Functions and Procedures to handle Resources (after unpacking it).
This is a little bit not comfortable, because I use a Batch Script File with calling Command's on the Windows Console for each Step ... But it seems to work.