Click here to Skip to main content
15,887,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i am trying to register an ocx control but it shows me the following error!

The module "RealPlayX.ocx" failed to load.
Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
The specified module could not be found.

i am running windows 7 32bit.
i placed the file in c:\windows\system32 then i used the command: regsvr32.exe RealPlayX.ocx

--------------------------------------------------------------------------
Posted
Updated 13-Feb-11 20:35pm
v2
Comments
Debojyoti Majumder 14-Feb-11 2:35am    
Try to open the file using "Dependency Walker"
Maher Abu Zer 14-Feb-11 3:52am    
thank you it was missing 5 dlls, i added them at the same ocx folder and regisered successfully.

please mark the question as answerd
 
Share this answer
 
i am running windows 7 32bit.
i placed the file in c:\windows\system32

ii) type run -> cmd with run as administrator and type regsvr32.exe RealPlayX.ocx


By J.A.H.Rasool
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900