Q2000016: On 64-bit Operating Systems, can I also register the 32-bit component for my 32-bit applications?
Yes, on 64-bit systems you can register both the 64-bit component (for 64-bit applications) and the 32-bit component (for 32-bit applications). You can use the same REGSVR32.EXE command for that:
REGSVR32 AxEmail64.dll REGSVR32 AxEmail32.dll
(viewed: 1053)