archcommus
Diamond Member
So I understand that the system32 directory in 64-bit Windows confusingly holds 64-bit DLLs and not 32-bit DLLs for backward compatibility and legacy reasons, like software that is hardcoded to use that folder. But, it then redirects requests for 32-bit DLLs to the SysWOW64 folder.
My question is, if it's able to do that, couldn't it have just as easily redirected 64-bit DLL requests to a system64 folder, and just leave 32-bit stuff in system32 and keep things simple? I don't know why this wouldn't work considering they are able to redirect 32-bit requests to another folder.
Just curious, thanks.
My question is, if it's able to do that, couldn't it have just as easily redirected 64-bit DLL requests to a system64 folder, and just leave 32-bit stuff in system32 and keep things simple? I don't know why this wouldn't work considering they are able to redirect 32-bit requests to another folder.
Just curious, thanks.