AndrewMozley
Programmer
Over time a compiled VFP application may expand in size. If there are more facilities, that is fine. One example currently has 4.4MB.
I have occasionally examined code to remove functions which are no longer used, and also examined .vcx/vct class library files to see whether they have deleted records. In that case, removing DELETED records can help.
As far as I know, most of the space in the .exe file is made up of the code from my forms and classes; I have not usually included the report layouts (.frx/frt) into the .exe file - they are kept in a different folder for each installation.
Do other users have any way of checking for ‘bloat’, particularly deleted records in their .scx and .vcx libraries? There are quite a lot of files, so it would be nice to have a tool to check all the files in a folder.
Thanks. Andrew
I have occasionally examined code to remove functions which are no longer used, and also examined .vcx/vct class library files to see whether they have deleted records. In that case, removing DELETED records can help.
As far as I know, most of the space in the .exe file is made up of the code from my forms and classes; I have not usually included the report layouts (.frx/frt) into the .exe file - they are kept in a different folder for each installation.
Do other users have any way of checking for ‘bloat’, particularly deleted records in their .scx and .vcx libraries? There are quite a lot of files, so it would be nice to have a tool to check all the files in a folder.
Thanks. Andrew