21
edits
Changes
→Windows Borland C++
* Select '''path''' and click on '''edit''' button
* Add ''';X:\Borland\Bcc55\bin''' to the end of the '''path''' value, click '''OK''' on all windows to close and you are done.
Compile your code as:
<pre>
> bcc32 as1tester.c ciol.c
</pre>
'''Happy Compiling!'''