[quote=188208:@Emile Schwarz]The OS X application hard disk foot print is 6.5MB and the Windows application hard disk foot print is only 32.5MB.
Do you have an idea of the why ?[/quote]
I thought the question was: why is an app on Windows 4 to 5 times larger (32.5 MB on Windows vs. 6.5 MB on OS X).
[quote]@Emile Schwarz The OS X application hard disk foot print is 6.5MB and the Windows application hard disk foot print is only 32.5MB.
Do you have an idea of the why ?[/quote]
Joe, Norman or Greg or all three already explained that Windows applications need to carry the ICU library to support the Text data type, which is not necessary in Mac OS X.
As I understand it the Question is: Why Project-Source-Code-File (the “.xojo_binary_project” or the “.rbp”) has grown in size without any major increase in Code or other additions of Resources to the Project. It’s not about the Compiled Application but the Source-Code Version of the Project.
@Emile Schwarz, did you open and save your project with a newer version of Xojo recently? If you’re using a lot of icons, they now support 1024x1024, which when saved are about 1MB each, if I recall correctly.
Answer after more testings:
Greg, you found it: the OS X Icons have a small foot print in the Standalone applications, but make the project files far more large than what they were.
I added a FireFox full set of document Icon (so 1,024 x 1,024 x 144) into 8Queens.xojo_binary_project and save it to saw its size going to >11MB instead of 75KB~.
Previous answer:
The icons size is small (as I wrote earlier), and in one case it could have been the case, but I cannot believe this can be the case in the other project (if I recall correctly, the icon size in that old project was/is 128 x 128); I only wanted to get a recent compiled standalone.
There is one test I do not think to do: open an old project, modify nothing, save it uner a new name and check the sizes.
Done with one project file (May 2013): original .rbp file is 6.1MB, newsly loaded/saved size is 6.6MB. Note that the project was set to Carbon and no ID was set; Xojo displayed the window to let me decide what to do: I asked it to resolve the cases for me.
I tried with 8Queens.xojo_binary_project and the newly saved project have the same size. I will