02-09-2009 03:03 AM
When build exe, there seems some unused vi lib and .mun files been compiled into exe as attached screenshot.
It make the exe quite big, 24M.
Any suggestion?
Solved! Go to Solution.
02-09-2009 03:34 AM
There are two settings to change:
02-09-2009 06:17 AM - edited 02-09-2009 06:18 AM
As Ton suggested..
You can configure these within your build properties, under "Additional Exclusions".
R
02-09-2009 09:05 PM
Thanks,
After select option2(LV8.2), it is just half size(13M) after compiled.
But may I know what is the difference inside. If they are not in the exe, where are they.
Does the performance will be affected?
02-09-2009 11:23 PM
No, with this option you have excluded non-used code from your executable.
Ton
02-10-2009 07:40 AM
I never paid attention to the fact that the additional exclusions screen was different for LV8.2 & LV8.5. Interesting..
From LV8.2:
02-10-2009 08:32 AM
Does anyone know of a good reason to compile all of the extra stuff?
If the EXE can run without it, why wouldn't the App Builder default to making the installer as small as possible?
02-10-2009 10:10 AM
02-10-2009 08:08 PM
'If you disconnect them', where will they be placed, in which file format.
Thanks,
02-10-2009 08:34 PM