RE: EtoC with Borland
- Posted by Bernie Ryan <xotron at localnet.com> Aug 12, 2001
- 464 views
Travis Weddle wrote: > I have downloaded the Borland compiler... and installed. Now when i type > > "ecw -bor tc.exw" i get the following error message: > "tc.exw:1 > Can't Find Borland installation directory" > this has gotten me QUITE aggravated! Trav: Be sure you have the path set in the autoexec.bat to the bin directory of Borland. path=%path%;\BC55\BIN Also you might want to tell the Borland compiler where the other compiler files are with the following: SET BIN=C:\BC55\BIN SET LIB=C:\BC55\LIB SET INC=C:\BC55\INCLUDE Bernie