Register dll or ocx

Contributor Icon Contributed by davak Date Icon September 4, 2003  
Tag Icon Tagged: Windows


To register a dll or ocx use the following command:

regsvr32 file_to_be_registered.dll
regsvr32 file_to_be_registered.ocx

To unregister a dll or ocx using the following command:

regsvr32 /u file_to_be_unregistered.dll
regsvr32 /u file_to_be_unregistered.ocx

Previous recipe | Next recipe |
 
  • Al Rawlins
    Problem, I bought Red Alert 3 and it won't play. On boot it says d3dx9 35.dll not found. I ran regcure, no help. I updated direct x version 9 no help, I tried updated video drivers for the NVidia GeForce Go 7900 GS no help. One question I have under system requirements for the game is video card has to be better than a NVidia 6800. Well I thought the 7900 GS is more powerful. Is this true? Also, I tried to register the above dll file and it says it can't be found which leads me to believe that my system or video card does not support this game. Does anyone have some answers or thoughts?
  • regsvr32 /u worked for me
blog comments powered by Disqus