Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LINKER ERROR! 1

Status
Not open for further replies.

A1METALHEAD

Programmer
May 21, 2004
76
US
I dont have the enterprize edition, i have the free comandline vertion, but i dnt know were to post this... whenever i try to compile a file, it comes up with Unable to exicute ilink32.exe!! i do have the cfg files set up! can you plese help? or know of any other free command line c++ compiler? i have win xp.

~metalhead
 
check the system variable PATH
supposing compiller is installed there:
c:\bcc55\bin\bcc32.exe
c:\bcc55\bin\ilink.exe
...

the first thing you should do before compilling do like this
set PATH=%PATH%;c:\bcc55\bin;

Or you can set the variable once forever in MyComputer/Properties/Advanced

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top