OCX Problem

S

Stan Weiss

I have a program that I wrote on my W2K SP4 machine in VB6 SP5. If I try
to run it on my XP Home Ed. SP1 I get "System Error &H800700E
(-2147024770). The specified module could not be found." If I run it
over of the CD I burnt it to it runs. If the CD is in the drive and I
run it from the hard drive it runs. The CD does have COMDLG32.OCX on it
which was also copy to the hard drive in the same folder as the program
and in system32.
Thanks,
Stan
 
S

Stan Weiss

Stan said:
I have a program that I wrote on my W2K SP4 machine in VB6 SP5. If I try
to run it on my XP Home Ed. SP1 I get "System Error &H800700E
(-2147024770). The specified module could not be found." If I run it
over of the CD I burnt it to it runs. If the CD is in the drive and I
run it from the hard drive it runs. The CD does have COMDLG32.OCX on it
which was also copy to the hard drive in the same folder as the program
and in system32.
Thanks,
Stan

I fixed by running REGSVR32 c:\windows\system32\comdlg32.ocx.
Stan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top