[Libreoffice-bugs] [Bug 144405] cli_cppuhelper policy installed in GAC for wrong architecture

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 17 13:21:17 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=144405

--- Comment #10 from Kalle Niemitalo <Kalle.Niemitalo at procomp.fi> ---
Thinking about dual-architecture operation some more -- cli_cppuhelper
delay-loads cppu3.dll and cppuhelper3MSC.dll, which are surely
architecture-specific.  It wouldn't make sense to install an x86 binary of
cli_cppuhelper from an amd64 build of LibreOffice, without also installing x86
binaries of those DLLs and whatever they depend on.  In the end, it might be
simplest to just allow side-by-side installations of x86 and amd64 builds of
LibreOffice, if users need to run CLI processes with both architectures in the
same computer.  That, or start publishing NuGet packages that carry the
necessary CLI and native DLLs of LibreOffice so that they can be installed as
part of each CLI application (incurring some license obligations).  It doesn't
seem to be in scope for this bug, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210917/d01506ee/attachment.htm>


More information about the Libreoffice-bugs mailing list