Problem with DOA.DPL

1Adi

Member
Hi everybody,

I'm working on re-engineering a project initially written in Delphi3 with DOA 3.2.2.
It consists of an .EXE and a .DLL.

Both compile OK in Delphi5, but at runtime, when I try to open the EXE (which in turn tries to load the DLL) I get a message saying that DOA.DPL cannot be found in the path.

I recently installed DOA 3.3.3 which comes in DOA.BPL (Borland Package Library -- the extension replacing the obsolete .DPL).

What should I do? Should I go and replace all the DOA controls on the forms with the new versions?

Any ideas are greatly appreciated.

Thanks.

Adi
 
Check the project options wheter you compile with runtime packages. If you do, then try to compile the project without runtime packages and check if this works.
 
Back
Top