|
-
May 15th, 2006, 06:01 AM
#1
Thread Starter
New Member
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
-
May 15th, 2006, 11:40 PM
#2
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?)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 16th, 2006, 12:10 AM
#3
Thread Starter
New Member
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.
-
May 16th, 2006, 06:19 AM
#4
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
Did you use the "Package and Deployment Wizard" to make an installation file?
-
May 17th, 2006, 12:04 AM
#5
Thread Starter
New Member
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
-
May 18th, 2006, 09:54 PM
#6
Re: Problem in Registering the Kodak Imaging OCX in Windows XP
 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.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
May 22nd, 2006, 03:01 AM
#7
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|