I have been tasked with getting some old code to compile. The code was written around 2003 using Delphi 7. It basically uses Ado to read and update a database using stored procedures, all via a nice front-end. Anyway, I have downloaded the free Turbo Delphi.Net hoping to convert it (could not find a download for the original development tool, Delphi 7). However, it complains that it cannot find rtl.dll, dbrtl.dll, adortl.dll and vcl.dll. These dlls are not on my PC as I have done a full search.
In the .dpk file is the following:
.
.
.
requires
rtl,
dbrtl,
adortl,
vcl;
.
.
.
Any ideas how I can get this thing compiling?
cheers
Paul
In the .dpk file is the following:
.
.
.
requires
rtl,
dbrtl,
adortl,
vcl;
.
.
.
Any ideas how I can get this thing compiling?
cheers
Paul