Borland C Compiler 5.5: http: //download.pchome.net/development/cbuilder/865.html http://www.borland.com/products/downloads/download_cbuilder.html textpad: http: //down.chinaz.com /S/4794.asp
1. Install Borland C Compiler 5.5 and TextPad
2. If your BCC is installed in D. The default path is: D: / borland / bcc55 / bin built a BCC32.cfg configuration file under this folder to specify the path to the include and lib files. The format is as follows: -I "d: / borland / bcc55 / include" -l "d: / borland / bcc55 / lib" establishes an ILINK32.CFG file to specify the path of the connector lib - L "D: / Borland / BCC55 / LIB"
3. Add system environment variable path: d: / borland / bcc55 / bin ;.;
4. Setuppad as shown below:
4. The rest is written, compiled, and running.
5. Also put ilink32.exe, lnkdfm50.dll, rlink32.dll, tasm32.exe
Teach your directory!