Migrating from Delphi 5 to Delphi 7

Robson

Member
Hello,

I have migrated a Delphi 5 project to Delphi 7 (Which ran fine under Delphi 5). And installed DOA 3.4 for Delphi 7. However when i build my project with runtime packages including the doa package, i recieve the following error:

"Undeclared identifier: EvaluateError"

We have a unit named ModelTypes in our project including a function named EvaluateError. ModelTypes is used by a unit called ParseExpr. ModelTypes is in the uses clause of ParseExpr. But still the compiler error is thrown in ParseExpr. When we leave the doa package out of the list of runtime build packages, everything is fine. Any idea what causes this problem?

Greetings,

Robin Voogt
 
Back
Top