Page 1 of 1

Size of EXE / HMG DLL

Posted: Tue Oct 29, 2019 2:04 am
by AUGE_OHR
sorry i have not search for it yet.

i recognize that harbour EXE file is big. i know it include "Runtime" which made it big.
how can i make it smaller :?:

is there a HMG.DLL as "Runtime" so i can use it with my (small) harbour EXE :?:

Re: Size of EXE / HMG DLL

Posted: Wed Oct 30, 2019 12:21 am
by andyglezl
\HMG\3.4.4\HARBOUR\bin\upx.exe --no-progress xxxxxxx.exe

Re: Size of EXE / HMG DLL

Posted: Wed Oct 30, 2019 2:38 am
by AUGE_OHR
hi,
andyglezl wrote: Wed Oct 30, 2019 12:21 am \HMG\3.4.4\HARBOUR\bin\upx.exe --no-progress xxxxxxx.exe
Thx for Answer.

what i mean is like Windows : share DLL

you can build HMG LIB ... same can be a DLL, or :?:
so EXE can be some Kb and not Mb when have a "share" DLL