Discussion:
Newbie question using c++ builder... how do I get an exe file after writing code?
(too old to reply)
Bill Jenkins
2009-08-12 18:59:11 UTC
Permalink
I have an "obj" file that complied with no errors.

How do I get an exe file, and have it saved to the HDD to run later?

Thanks,
Bill
punky
2009-08-29 04:45:38 UTC
Permalink
Post by Bill Jenkins
I have an "obj" file that complied with no errors.
How do I get an exe file, and have it saved to the HDD to run later?
Thanks,
Bill
hey bill u need to link your file with the TLINK.exe
yout type TLINK into your console to view the options but good start
is : TLINK NAMEOFYOUROBJECTFILE.OBJ

Loading...