: I need to know if anyone has a copy of Borland C++ compiler or Microsoft. Either one does not matter.<br>
: <br>
<br>
You need to go to the following site:<br>
www.borland.com --- <br>
<br>
1.Download it and install it: The filename is : borland compiler 5.5.1<br>
2.You need to make 2 configuration files:<br>
bc32.cfg and Ilink.cfg , without these your cpp files will not link correctly.<br>
3.Also you will need to add this into your PATH statement in your autoexec.bat if using Win98. And that is--> Drive Letter:/Borland/BCC55/Include. (i.e: PATH = Drive Letter:/Borland/BCC55/Include) <br>
4. If in Win2000, you need to enter into the systems environment variables : and edit the PATH line and append to it : with this line --> Drive Letter:/Borland/BCC55/Include; <br>
5. In both cases, you need to reset your computer . <br>
6. I hope this will help you to get it running correctly. The instructions for getting it to run correctly in on that site at www.borland.com<br>
<br>