Register RichTx32.Ocx in Windows 7 64 bit

I am trying to register RichTx32.Ocx for an application that I am working on in Access 2010 (File Format 2003 mdb). I have been upgraded to the 64-bit version of Windows 7 (with the 32-bit version of Windows XP SP3) and cannot get ActiveX OCX to register.

I put the file in the system32 folder and received the following message: "The RICHTX32.OCX module" may not be compatible with the version of Windows that you are using. Check if the module is compatible with x86 (32-bit) or x64 (64-bit) regsvr32.exe "

When I put the file in the SysWOW64 folder and run regsvr32 in this place, I get the following error message: "The modem" C: \ Windows \ SysWOW64 \ RICHTX32.OCX "was loaded, but the call to DllRegisterServer failed with error code 0x8002801c."

+3
source share
3 answers

There are three obvious possibilities for this problem:

  • You are using the 64-bit version of regsvr32.
  • You have UAC enabled, and when the autonomous OCX registers, its attempts to write to the HKLM fail.
  • OCX does not work under Windows 7.

I think the latter is unlikely, and in any case I can not help much!

To get around problems 1 and 2, I do the following:

  • ( " " ).
  • : C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\RICHTX32.OCX
+9

, , . CMD , .

(1) 2010

(2) RichTx32.ocx : C:\Windows\SysWoW64

(3) "" Windows 7 "" ""

(4) , " "

(5) " " " "

(6) :% systemroot%\SysWoW64\regsvr32.exe RichTx32.ocx

(7) OCX.

:
Locus Logicwurks, LLC www.logicwurks.com

+3

, , .

C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\RICHTX32.OCX : " " C:\Windows\SysWOW64\RICKTX32.OCX ", DllRegisterServer 0x8002801c." - Rick Jun 13 '11 20:18

ok windows7 " ----- " " --- reset,

• : C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\RICHTX32.OCX

!

+3

All Articles