PDA

View Full Version : Resource Collection File maximux size



Lele
9th August 2006, 09:04
Hi,
What do you think is the maximum size of a generated qrc file, I mean how much data do you think is correct to have inside it, having large amount of data won't slow down comparing to having like files to load?

Thanks

jacek
9th August 2006, 10:41
Actually resources should load faster than files from disk, because they are already in memory, but they increase the startup time a bit, since OS must load a larger file.

The maximum size is, AFAIK, determined by the size of a file that your compiler can compile.