
HELP!! Problem registering MCI32.ocx
I have recently written a program that uses the MCI Control.
The program works fine in the machine that I wrote it.
But after I install it in another computer, the program gives me the
message "Cannot open file" at startup and then quits.
The problems seems to be that mci32.ocx is not registered. I've tried
to register it with "regsvr32 mci32.ocx" but it fails with error code
0x485.
How can I solve the problem?
Thanks in advance.