Link to home
Start Free TrialLog in
Avatar of hiennha
hiennha

asked on

run time error "339" Component 'IMGEDIT.OCX' or one of its dependencies not correctly registered: a file is missing or invalid

Hi,
I want to setup a VB application with Kodak Image Control. But there's this error when install it on another one:
"run time error "339" Component 'IMGEDIT.OCX' or one of its dependencies not correctly registered: a file is missing or invalid"
I don't know which files need to include when making setup VB application with Kodak Image control, I also included some .ocx files already:
imgEdit.ocx
imgAdmin.ocx
imgScan.ocx
imgThumb.ocx
Thanks,
Nha
Avatar of Kandaraj_suresh
Kandaraj_suresh

register imgedit.ocx again using

regsvr32 "imgedit.ocx"

and try

cheers
suresh
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
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
If you are installing on Win95, you may have to download a special package from MS to install the imaging...
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

Answered by PaulHews Grade A

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

leonstryker
EE Cleanup Volunteer
Does this work for windows XP?
The imaging components seem to be automatically installed on Win 2K however it seems they were dropped from WinXP (which may have been the original issue.)  It is possible to extract them from a Win9x or Win2000 CD if you are interested.  See http://www.parkenet.com/apl/ImageEditor.htm
You can also try this MS download:
http://www.microsoft.com/downloads/details.aspx?FamilyID=a332a77a-01b8-4de6-91c2-b7ea32537e29&DisplayLang=en
I don't have XP and I don't know how closely it parallels the older imaging controls.
This does not work in a Windows 7 32 bit environment.