How To Register Richtx32 Ocx File

Search / Download.OCX Files. If you are required to register your.OCX file for any reason, follow the steps below. In Windows Click Start Run. REGSVR32 filename.ocx.OCX Registration Completed! If the.OCX file is not located in your windows/system32/ folder you must add the file path before the filename.ocx. Mar 30, 2020 Using the Elevated Command Prompt to Register a DLL or OCX File. Hold the Windows key and press S to open the search function. Type cmd, right-click on it and choose Run as administrator option. Note: You can also press Alt + Shift + Enter after typing cmd in the search function. Opening elevated command prompt.

  1. Truespeech.ocx
  2. How To Register Comdlg32.ocx

Troubleshooting

Truespeech.ocx


Problem

This technote identifies a potential resolution to the error 339 message, 'richtx32.ocx or one of its dependancies is not correctly registered,' which might occur when starting IBM® Rational® RequisitePro® or opening a project.

Symptom

The full error message is:

An internal error occurred:
Error Number: 339
Error Description: Component 'richtx32.ocx' or one of its dependencies is not correctly registered:
A file is missing or invalid.
RqDatatoreGUI.Application::LaunchProjectOpen_->RqDatastoreGUI

Cause

This error is the direct result of the richtx32.ocx being corrupt or not being properly registered.

Resolving The Problem

To resolve this issue, unregister the richtx32.ocx file, replace it with the file attached to this technote, and register the new file.
Follow these steps to do this:

  1. Close RequisitePro
  2. Search on the system for any instances of richtx32.ocx
  3. Open a command prompt by selecting, Start > Run..., typing cmd and clicking OK
  4. Change directories to the directory which the richtx32.ocx resides (in Microsoft® Windows® 2000 this would be C:WINNTsystem32) and enter the following command to unregister the file:

    regsvr32 -u richtx32.ocx
  5. When the DllUnregisterServer in richtx32.ocx succeeded message appears, click OK, rename the existing richtx32.ocx through Windows Explorer and any other instances found on the system.
  6. Download the richtx32.ocx file attached to this technote and save it into the following directory:

    C:WINNTsystem32
  7. Enter the following command at the command prompt to register the richtx32.ocx file:

    regsvr32 richtx32.ocx
  8. Once the DllRegisterServer in richtx32.ocx succeeded message appears, click OK

The problem should now be resolved and you should be able to open RequisitePro or the project.

How To Register Comdlg32.ocx


Disclaimer

All source code and/or binaries attached to this document are referred to here as 'the Program'. IBM is not providing program services of any kind for the Program. IBM is providing the Program on an 'AS IS' basis without warranty of any kind. IBM WILL NOT BE LIABLE FOR ANY ACTUAL, DIRECT, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OR FOR ANY ECONOMIC CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS OR SAVINGS), EVEN IF IBM, OR ITS RESELLER, HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

[{'Product':{'code':'SSSHCT','label':'Rational RequisitePro'},'Business Unit':{'code':'BU053','label':'Cloud & Data Platform'},'Component':'Open Project','Platform':[{'code':'PF033','label':'Windows'}],'Version':'2003.06.13;2003.06.14;2003.06.15;2003.06.16;7.0.0.1;7.0.0.2;7.0.0.3;7.0.0.4;7.0.0.5;7.0.0.6;7.0.1;7.0.1.1;7.0.1.2;7.0.1.3;7.0.1.4;7.0.1.5;7.0.1.6;7.0.1.7;7.0.1.8','Edition':','Line of Business':{'code':'LOB36','label':'IBM Automation'}}]

Document Information

Modified date:
16 June 2018

I am putting all the DLL or OCX files needed to run our programs in this Post. If you get such as “TABCTL32.OCX not correctly registered; a file missing or invalid.” is because your computer is missing the file, now the easiest way to fix that is just put the missing file you get from this post in the folder of the program. Or if you want to registered the missing file do this.

PS: MrAlone made a program to install them for you get it here: MrAlone – imfiles DLL OCX Missing Files – Other

Step 1: Open a command prompt with Administrator privileges:
  1. Click Start, type in cmd in the Start Menu search box, right click on the cmd option displayed in the search results, and click on Run as Administrator.
  2. Click on Allow or Continue at the User Account Control prompt that should be displayed next.
Now you should have a command prompt with Administrator privileges open.
Step 2: Execute a re-registering process of the tabctl32.ocx file by running the following commands one after the other. I am providing one command in one line, type them in one by one and hit Enter after each command:
  • cd
  • cd %systemroot%syswow64
  • regsvr32 /u tabctl32.ocx
  • regsvr32 tabctl32.ocx
  • exit
Once you have finished executing these commands, the command prompt should have closed. Please restart the computer at this point and check if you still get the error once the computer has restarted.
Ocx

Files included: COMCTL32.OCX, COMDLG32.OCx, lvbuttons.ocx, mscomctl.ocx, MSINET.OCX, msstdfmt.dll, msvbvm60.dll, Mswinsck.ocx, Richtx32.ocx and TABCTL32.OCX
Note: Most likely you will only need some of those files.

Needed Files