Friday, March 1, 2013

Register 32 bit DLL on 64 bit machine


To register 32 bit dll, we should go C:\Windows\Syswow64 and issue regsvr32 command.
Please see following screen to register and unregister dll.




2 comments:

Anonymous said...

incorrect... Regsvr32 in the System32 folder is a 64-bit version. When you run Regsvr32 to register a DLL, you are using the 64-bit version by default. Instead,you only use SysWOW64 version of RegSVR32 to (un)register 32bit DLL!

Saqib Mahmood said...

Yes, you are right.
I had typo in my post. I meant my post for 32 bit DLL registration on 64 bit machine.
Thanks for catching it!