Bart via fpc-devel <fpc-devel@lists.freepascal.org> schrieb am Di., 24.
Aug. 2021, 06:31:

> On Mon, Aug 23, 2021 at 3:35 PM Yuriy Sydorov via fpc-devel
> <fpc-devel@lists.freepascal.org> wrote:
>
> > Just move common.dll from SysWOW64 to system32. The file is placed
> wrongly
> > by some installer.
>
> If I understand Tomas correctly then that would not make any
> difference: wether or not that specific common.dll is in system2 or
> syswow64, Windows just makes fpc believe it is in system32 anyway, AND
> fpc decides this is the wrong common.dll and aborts.
>

Wrong. If it would be a 64-bit DLL in System32 of a x86_64 system then
there would be no problem. However a 64-bit DLL in the SysWOW64 directory
(thus the 32-bit System32 directory) *is* a problem. Same for a 32-bit DLL
in the System32 directory of a x86_64 system.

Regards,
Sven

>
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to