Register 32 bit COM DLL to 64 bit Windows 7

后端 未结 10 1356
小蘑菇
小蘑菇 2020-11-27 05:27

I have a 32 bit COM component DLL and this DLL is written in Delphi. It\'s a Win32 DLL. I want to use this DLL in my Visual C# project on .NET platform.

I can\'t add

10条回答
  •  醉酒成梦
    2020-11-27 06:00

    put the dll in system32 or syswow32 directory, and use appropriate regsvr32 to register it. wiered that even though it gave failed to register error, I rebooted my WIN 7 64 AND my vb app loaded the dll just fine!!

提交回复
热议问题