A just sent you the maps obtained with -s.
Please compare them and let me know.
EMG
A just sent you the maps obtained with -s.
Please compare them and let me know.
EMG
Funny thing is that xHarbour seems to have more linked symbols than Harbour, so how is it possible that Harbour EXE is larger ? ![]()
Antonio,
thank you. I just wrote to xHarbour developers mailing-list to know their thoughts about this subject.
EMG
Enrico:
Harbour links all the codepages modules, unlike
xHarbour (like Clipper did) in which you would need
to do a REQUEST to link the desired ones.
Like the above, I'm pretty sure Harbour links more
modules and likely even ones that are not available
in xHarbour, which would explain the difference
in size for the resulting .exe file.
Regards,
Thank you for the infos, Luis.
EMG
Is there any way to exclude unused module from the Harbour EXE?
EMG
Enrico,
The simplest way that comes to my mind is implementing some dummy functions for modules that you don't need, so yours get linked in (with no code) and Harbour's ones get not linked in.
No, this is not the cause of the difference. The same sample compiled for console (without FWH) shows: 889.856 bytes with xHarbour and 747.008 bytes with Harbour.
Enrico,
Surely there are functions in FWH that once linked in require more code from Harbour than from xHarbour.
Why are you so much worried about the size ? its not so bad and it does not affect the app behavior at all ![]()
Antonio Linares wrote:Enrico,
Surely there are functions in FWH that once linked in require more code from Harbour than from xHarbour.
Why are you so much worried about the size ? its not so bad and it does not affect the app behavior at all