Component package problem when upgrade to DOA 3.4.2 for Delphi 5

bchau

Member²
Hi,

I have created a component package using the older version of DOA 3.3.1. Once I upgrade to DOA 3.4.2, my component package doesn't work any more because it's looking for the dependency file call doa.bpl; but the newest file name is doa34d5.bpl.
Does this mean that I have to re-compile my package everytime I upgrade DOA, is there a better way to do this, should the file name stay with doa.bpl?
 
You will indeed have to recompile your package for each Direct Oracle Access release.

------------------
Marco Kalter
Allround Automations
 
I think it is better to do this the way you are doing it now. Having different file names for different versions of the bpl file will avoid problems with different delphi applications that require different versions of DOA.

Having to recompile after a version change is a not really a problem.
 
Back
Top