-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools55.html
More file actions
60 lines (48 loc) · 1.96 KB
/
tools55.html
File metadata and controls
60 lines (48 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Tools 5.5</TITLE>
<META NAME="Description" CONTENT="Information about Tools 5.5">
<META NAME="Keywords" CONTENT="Jogy, Borland C++, Add-On, free compiler">
</HEAD>
<BODY BGCOLOR="Black" TEXT="White" LINK="#FF8040" VLINK="#BF152F" ALINK="#E14900" BACKGROUND="images/background1.jpg">
<H2 align=center>Tools 5.5</H2>
<BR><BR><BR>
<P align=left>
<ol>
<li><b>History</b></p>
When Borland released the free <a href="bcc55.html">command-line tools</a> from C++ Builder 5,
many people asked if they can be used to upgrade the old <a href="bc5.html">Borland C++ 5.x</a> products.<BR>
It turned out that direct replacement is not possible, because BC5 IDE uses COMP32.DLL, not the command-line
compiler BCC32.EXE.<BR>
The only way to use the new compiler tools is to register them as an external tools in BC5 IDE, and associate them
with the proper nodes. To make this process easy, Karst Drenth created an Add-On for Borland C++ 5.02.
</P>
<li><b>Product</b></p>
This Add-On is called Tools 5.5 and can be used for free.
The instalation can be downloaded <a href="download/setup55.zip">here</a>.<br>
To see a list of the changes, refer to the <a href="download/tools55.txt">readme</a> file.
</P>
<li><b>Instalation</b></p>
</P>
<li><b>Usage</b></p>
</P>
<li><b>Troubleshooting</b></p>
</P>
<li><b>Specific information</b></p>
<ol type="a">
<li>Tools 5.5 and Codeguard</p>
Tools 5.5 targets can use only Codeguard DLL and LIB from C++ Builder 5/6. The old Codeguard files
from Borland C++ 5.x won't work.<br>
To use Codeguard, copy CG32.LIB from C++ Builder LIB folder to BCC 5.5 LIB folder, so it can be linked.
</p>
<li>Tools 5.5 and Unicode</p>
</p>
</ol>
</P>
</ol>
<BR><A HREF="index.html">
<IMG SRC="images/flowchart.gif" WIDTH="48" HEIGHT="48" BORDER="0" ALT="Back to home">
Back to main</A>
</BODY>
</HTML>