Link to home
Start Free TrialLog in
Avatar of trilian
trilianFlag for United States of America

asked on

Modifying the name of a component in Delphi 2006

Experts,
I am trying to compile an old piece of code to build a front-end for it, but I'm runing into a few problems.

I have purchased the XLSReadWriteII component, but when I install it the components added are XLSReadWriteII2, whereas the old file just uses XLSReadWriteII. This is causing the existing code to not recognize the new component that has been added.

In other news, the old code uses excel97 as a unit, which is not recognized by my Borland 2006. How should I go about solving these problems?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of thiagoblimeira
thiagoblimeira
Flag of Brazil 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
Avatar of trilian

ASKER

That worked great, but how about fixing the XLSReadWriteII issue?
SOLUTION
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
Avatar of trilian

ASKER

I actually ended up solving it by just changing the imports list to ReadWriteII2 and changed the type definitions as well. Thanks for the help with the excel fix though!