Help! C++ Compiler Error E2133
So I downloaded Borland C++ Compiler, and after I figured out that I had bcc32.cfg and ilink32.cfg in the wrong folder and got that corrected, I successfully compiled my first program in C++! This attempt yielded the three files with .exe, .obj, and .tds extensions.
Here's my problem--I can't get it to compile again! It worked the first time, but now when I try to compile, I get an error message: "Error E2133: Unable to execute command 'ilink32.exe'," and all I end up with is the 'template.obj' file and another one called 'turbo.$ln'.
Does anyone know why I am getting this? I honestly don't know what could've changed between the first and second times I tried compiling. I also tried deleting the whole Borland folder and re-unpacking the compiler, but to no avail. Any thoughts and suggestions are much appreciated!
|