|
-
Oct 16th, 2006, 02:57 PM
#1
Thread Starter
Addicted Member
Program Error
My friend told me that my program is bringing up this error on his computer:
Component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
I put the file of comdlg.dll in the zip (which he HAS extracted) because that's the closest match i could find in the C:\Windows\System32 folder. Is there another file i'm supposed to have which is located somewhere else?
-
Oct 16th, 2006, 03:09 PM
#2
Re: Program Error
 Originally Posted by ahpro
My friend told me that my program is bringing up this error on his computer:
Component 'COMDLG32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid
I put the file of comdlg.dll in the zip (which he HAS extracted) because that's the closest match i could find in the C:\Windows\System32 folder. Is there another file i'm supposed to have which is located somewhere else?
Close but no banana, you need the exact file, did you complile the program on the machine that you search for the file on? The COMDLG32.OCX, which is the Common DIalog Control, may reside in another directory on your hd, do a search.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Oct 16th, 2006, 03:12 PM
#3
Re: Program Error
My copy of the filies reside in the "C:\WINDOWS\SYSTEM32" Directory.
There are three files:
COMDLG32.DEP
COMDLG32.DLL
COMDLG32.oca
COMDLG32.OCX
Also did your friend register the Library File:
regsvr32 \windows\system32\COMDLG32.OCX
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Oct 16th, 2006, 03:50 PM
#4
Re: Program Error
 Originally Posted by ahpro
I put the file of comdlg.dll in the zip (which he HAS extracted) because that's the closest match i could find in the C:\Windows\System32 folder.
That file isn't the closest match thats the old 16 bit CommonDialog dll.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
-
Oct 16th, 2006, 03:51 PM
#5
Re: Program Error
Have you concider creating a setup?
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
|