Link to home
Start Free TrialLog in
Avatar of Jim Culpepper
Jim Culpepper

asked on

Converting app from Delphi7 to Delphi 2005 - required package not found.

I'm converting an application from Delphi7 to Delphi 2005 and am getting the error message: "[Fatal Error] E2202 Required package 'visualclx' not found"  What is the easiest way to find what I have in one of my Uses clauses that relys on the Delphi 7 package?
Avatar of BlackTigerX
BlackTigerX

there's no CLX in 2005... so just remove that package...

if the application depends on it, then bad news for you
Avatar of Jim Culpepper

ASKER

It is not a package I am using directly, nor is it a package that I have installed.  I am assuming that VisualCLX is in a requires clause of one of the units in my application.  My question is how do I find out which unit referenced in my application requires VisualCLX so that I can take the corrective action.
when you compile the project it will tell you exactly which units were not found
ASKER CERTIFIED SOLUTION
Avatar of _Katka_
_Katka_
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
and in general all the CLX units start with letter "Q", so you can search for any of those