Enrico Maria Giordano wrote:Please note that I'm not using any Harbour functions in my sample so EXE size should not increase even if FWH redefines any of those.
// Note: automatically executes at startup
proc ErrorSys()
ErrorBlock( { | e | ErrorDialog( e ) } )
return
FUNCTION MAIN()
RETURN NIL
FUNCTION ERRORSYS()
RETURN NIL
Allright, but note what increase problem is no a fwh problem or harbour problem: it's a C linker problem
Enrico Maria Giordano wrote:No, it isn't. If I remove or add an unused lib from the list, the EXE size doesn't change.
EMG
hmpaquito wrote:Building exe is task of linker. If exe no decrease on remove lib is a linker problem.
hmpaquito wrote:Which is your linker name ?
gkuhnert wrote:Antonio,
did you mean by "FWH libs replace Harbour errorsys", that the FWH owned errorsys is linked automatically and the size of the .exe can be explained by this?
Antonio Linares wrote:gkuhnert wrote:Antonio,
did you mean by "FWH libs replace Harbour errorsys", that the FWH owned errorsys is linked automatically and the size of the .exe can be explained by this?
yes
FUNCTION MAIN()
RETURN NIL
FUNCTION ERRORSYS()
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: dtussman, nageswaragunupudi and 28 guests