Installation Borland Compiler for Pascal-XSC
Borland Compiler Installation Manual
Windows 2000/XP
|
Windows 9x/ME
Windows 2000/XP
After registration by Borland download the free Borland Compiler V.5.5.x (freecommandLinetools.exe) from the
Borland Homepage
Install the Package
Go into the Control Panel (Start->Settings->Control Panel)
Double click on the "System" icon and the following window appears, select the "Advanced" tab
Click on the "Environment Variables" button
Select the "Path" System Variable and press "Edit"
Append the "Borland Path", e.g. ";C:\Borland\BCC55\bin"
Press "Ok" and close all windows
Copy the two files
bcc32.cfg
and
ilink32.cfg
in the bin-directory of the Borland compiler directory.
Open a MS-DOS Shell and check your Installation by enter "bcc32". The Compiler Flags will appear.
Windows 9x/ME
After registration by Borland download the free Borland Compiler V.5.5.x (freecommandLinetools.exe) from the
Borland Homepage
Install the Package
Edit the file "C:\autoexec.bat" with your preferred editor
Append/Create the Borland Path Variable
For example:
Append: PATH = %PATH%;C:\Microsoft\AZZ;C:\Borland\BCC55\bin
Create: PATH = C:\Borland\BCC55\bin
Restart your Computer
Copy the two files
bcc32.cfg
and
ilink32.cfg
in the bin-directory of the Borland compiler directory.
Open a MS-DOS Shell and check your Installation by enter "bcc32". The Compiler Flags will appear.
XSC-Homepage (Information and Links to C-XSC and Pascal-XSC)