How to I fix Error Message: Return All Matches - 372 failed?
Overview
When I try to use Return All Matches [Y] or use the "Calc. Return Objects" radial button in the DLL Tester the following error occurs:
372 Failed to load control 'SSTab' from tabctl32.ocx. Your version of tabctl32.ocx may be outdated. Make sure you are using the version of the control that was provided with your application.
How to I resolve this?
Resolution
CalcTX32.DLL
Resolution
- Unregister the current tabctl32.ocx.
- Open an elevated command prompt.
- Click on your Windows Key
- Windows XP:
- Click Run
- Type CMD and press enter
- Windows 7/Vista
- Type CMD
- Right click on the cmd.exe and "open as an administrator"
- Windows XP:
- Click on your Windows Key
- When the command window opens type make sure you are in the right folder:
- 32-Bit system: C:\Windows\System32
- 64-bit system: C:\Windows\SysWOW64
- If not in the correct directory type CD.. then press enter until it only shows C:/
- Type cd c:\windows\System32 (or SysWOW64 if on a 64-bot machine)
- If not in the correct directory type CD.. then press enter until it only shows C:/
- type "regsvr32 tabctl32.ocx -u" and press enter
- Open an elevated command prompt.
- Copy and overwrite the old files in your system directory with those in the attached zip file.
- 32-Bit system: System32
- 64-bit system: SysWOW64
- Register the new tabct32.osx
- Open an elevated command prompt.
- Click on your Windows Key
- Windows XP:
- Click Run
- Type CMD and press enter
- Windows 7/Vista
- Type CMD
- Right click on the cmd.exe and "open as an administrator"
- Windows XP:
- Click on your Windows Key
- When the command window opens type make sure you are in the right folder:
- 32-Bit system: C:\Windows\System32
- 64-bit system: C:\Windows\SysWOW64
- If not in the correct directory type CD.. then press enter until it only shows C:/
- Type cd c:\windows\System32 (or SysWOW64 if on a 64-bot machine)
- If not in the correct directory type CD.. then press enter until it only shows C:/
- type "regsvr32 tabctl32.ocx" and press enter
- Open an elevated command prompt.
- Lastly, make sure that you have the "Calc. Return Objects" radio button selected in the DLL Tester.