Size of EXE / HMG DLL

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Size of EXE / HMG DLL

Post 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 :?:
have fun
Jimmy
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Size of EXE / HMG DLL

Post by andyglezl »

\HMG\3.4.4\HARBOUR\bin\upx.exe --no-progress xxxxxxx.exe
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Size of EXE / HMG DLL

Post 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
have fun
Jimmy
Post Reply