If you have an obj-file with many functions in it which you link to a program does the compiler link only used functions or do you have an overhead if you have unused functins in the obj?
Thanks in advance
Otto
If you have an obj-file with many functions in it which you link to a program does the compiler link only used functions or do you have an overhead if you have unused functins in the obj?
Thanks in advance
Otto
It strictly depends on the linker. But anyway it would be a (very little) EXE size overhead (who cares?).
EMG
Its been awhile since ive worked with very large code programs. Right now I have all of my code in one .prg file. To make it easier to work on, I want to move my code into multiple .prg files (or other files with functions). I can't remember what method to use to make all the files compile and link. Elementary question, but I can't remember how I did this before.....help!
thanks!
G
Greg,
just get your copy of xMate which will do exactly this job in an excellent manner.
Regards,
Detlef