Link to home
Start Free TrialLog in
Avatar of Eddie Shipman
Eddie ShipmanFlag for United States of America

asked on

Replace Kodak Imaging ActiveX controls

I have a legacy app that I'm trying to upgrade to D6.

It uses the old Kodak Imaging ActiveX controls
ImgEdit.ocx, ImgThumb.ocx, ImgOCR.ocx and
ImgAdmin.ocx.

I'm not sure about the entire functionality of how
these controls are being used in this app, yet but...

I'm trying to replace these controls:

TImgThumbnail from ThumbnailLibCtl_TLB
TImgEdit from ImgeditLibCtl_TLB
TImgAdmin from AdminLibCtl_TLB
TImgocr from IMGOCRLib_TLB

I have ImageLib Corp Suite 6.0 installed.

Any recommendations on how or what use to replace these
controls?
Avatar of Ivanov_G
Ivanov_G
Flag of Bulgaria image

Why don't you just import the ActiveX components? From IDE -> Component -> Import ActiveX Control.

Thus you will have these components in Delphi 6.
Avatar of Eddie Shipman

ASKER

They do not work in D6. Besides, it is illegal to distribute them on XP Systems.
Avatar of BlackTigerX
BlackTigerX

is it?
...I'm in trouble =oP
OK, finally replaced all but the OCR controls with ImageLib controls.
If no objections, I will ask that the question be deleted.
ASKER CERTIFIED SOLUTION
Avatar of Lunchy
Lunchy
Flag of Canada 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