Registering COM dll on 64-bit XP
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
We have a COM dll built on windows 32 bit OS. When this dll is attempted to be registered on a 64 bit platform,we get the following error: INFO: Calling Action w32OcxRegActions10.2.0.1.0 RegisterOCX OcxPath = ..........dll WorkingDir = ...........\bin INFO: Exception thrown from action: RegisterOCX Exception Name: ErrorRegisteringOCXException Exception String: OLE initialization or OCX load error while registering OCX Exception Severity: 0 This dll is registered successfully on a 32 bit platform. Does not a dll built on 32-bit XP(win2k) get registered on a 64-bit XP using regsvr32?