
10 Oct
2005
10 Oct
'05
10:49 a.m.
The installer requires MSVCR71.dll. I understand that this is available at no charge with the MVC kit 2003, but that this is only for Win2000 and later.
This patch changes the project file to build static versions of the required dll's into the program. This increases the base installer size by 30Kb, but removes requirements on any dll's beyond those provided by standard windows 95 and above. It also toggles on a pile of size optimisations which get back 5Kb of that increase, so the end installer size is 55Kb, and entirely any windows compatible. I'll think about bundling an appropriate copy of MSVCR71.dll with WinHugs.exe in the installer, will fix that in the next few days. Thanks Neil