Friday, May 6, 2011

How to Install Runtime Library


1. Double click the 'My Computer' icon. Browse to the hard drive, 'Windows,' and 'System32.' Drag each .DLL or .OCX file into the 'System32' folder.
2. Hit the Windows logo and 'R' keys on the keyboard simultaneously to bring up the 'Run' dialog box. Type 'cmd' without quotation marks into this box and hit 'Enter.' This will display the Command Prompt.
3. Type 'cd\windows\system32' into the Command Prompt and hit 'Enter.' This will move you to the 'System32' folder, where you copied the runtime library file(s).
4. Type 'regsvr32 (file)' and hit 'Enter,' where '(file)' is the full name of the runtime library, e.g., 'library.dll' or 'library.ocx.' You should receive a pop-up window stating that the file was successfully registered.
5. Repeat the previous step for each file. After all runtime libraries are installed, the program should run successfully.