Problem in Registering the Kodak Imaging OCX in Windows XP
We have developed a software in visual basic 6.0 for scanning and viewing the documents
using kodak imaging. It uses imgscan.ocx and imgedit.ocx components. Software is
working fine in Windows 2000 Professional and Windows 2003 Server. But when we are trying
to execute it in Windows XP, we found the following error message.
Component 'imgscan.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.
We have tried to register the Component, following error displayed.
LoadLibrary("imgscan.ocx") Failed - The specified module could not be found.
How scanning and viewing of imaging can be done in Windows XP? How to register
the Imaging Components in Windows XP?
We have extracted and installed the following files in Windows 2000 CD, but
the registration of Components was not properly done.
IMAGEVUE.INF
IMGADMIN.OCX
IMGCMN.DLL
IMGEDIT.OCX
IMGHELP.HLP
IMGMGT.CHM
IMGMGT.HLP
IMGSCAN.OCX
IMGSHL.DLL
IMGTASKS.CHM
IMGTHUMB.OCX
IMGVIEW.CHM
JPEG1X32.DLL
JPEG2X32.DLL
KODAKIMG.EXE
KODAKPRV.EXE
OIENG400.DLL
OIPRT400.DLL
OISLB400.DLL
OISSQ400.DLL
OITWA400.DLL
OIUI400.DLL
TIFFLT.DLL
WANGIMG.EXE
XIFFR3_0.DLL
We want to know clearly, why the registration of ocx files was not done properly.
Give us your solution as early as possible.
Thanks and Regards
Padma Priya
RCS
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
How much are you willing to pay for a solution?
(Did you really think this is a place where you can make demands and have them met?)
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
Forum is the place where people used to discuss abt the things they know, and also requesting for solution for the problems they face.
We have asked for a solution thats all,
But u must keep this in mind, this is not a place to shout at others,
if u are not willing to reply, u can remain in silence.Here after dont put ur replies like this in forum.
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
Did you use the "Package and Deployment Wizard" to make an installation file?
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
ya, we made use of "Package and Deployment Wizard". But while installing the setup, we are facing the following errors:
1. The procedure entry point ?IsICMEnabled@@YGHXZ could not be located in the dynamic link library imgcmn.dll.
2. An error occurred while registering the file 'C:\WINDOWS\system32\IMGADMIN.OCX
3. An error occurred while registering the file 'C:\WINDOWS\system32\imgedit.ocx'
But the Setup is completed successfully, After showing these errors.
Thanking u,
PadmaPriya
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
Quote:
Originally Posted by padmapriya
Here after dont put ur replies like this in forum.
I think you need to learn that you can't come in here and start making demands and telling others how to behave.
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
1. search and download Inno Setup software (freeware)
2. search and download VBPower Wrap software
Use VBPower Wrap software, load your project with it, he will tell U what
ocx, dll, sys etc. your software need to work properly.
Then use Inno Setup Wizard and load evry ocx, dll VBPower Wrap give U info.
That's all...
B.R
VB Client/Server