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 believe, things have changed now. On My Win 2008 R2 Box, I was able to register a 32 bit dll with a 64 bit regsvr32 as the 64 bit version can detect the target bitness and spawn a new 32 bit regsvr32 from %SYSWOW% folder.
Refer: Registering a 32 bit DLL with 64 bit regsvr32