The program I am working on incorporates a large amount of ascii data which is input as RC_Data within a .res file.
This data dominates the size of the executable.
Is there any way of storing the data in a compressed format (e.g. zip) within a res file, and then uncompressing when it is loaded at run-time via a resource stream?
This data dominates the size of the executable.
Is there any way of storing the data in a compressed format (e.g. zip) within a res file, and then uncompressing when it is loaded at run-time via a resource stream?