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

--- Comment #4 from Kalle Niemitalo <kalle.niemit...@procomp.fi> ---
cli_cppuhelper.dll is compiled from C++/CLI, contains native code, and
references CPU-specific DLLs (KERNEL32.dll, api-ms-win-crt-runtime-l1-1-0.dll,
api-ms-win-crt-string-l1-1-0.dll, api-ms-win-crt-heap-l1-1-0.dll,
VCRUNTIME140.dll, ADVAPI32.dll, MSVCP140.dll, mscoree.dll, cppu3.dll,
cppuhelper3MSC.dll, sal3.dll).  I don't think it is feasible to make this
support Any CPU.

However, it might be possible to provide a cli_cppuhelper.dll reference
assembly for Any CPU, so that you'd at least be able to build your application
for Any CPU, although you'd still have to make it load the correct CPU-specific
cli_cppuhelper.dll at run time.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to