Hi,
just wanted to confirm that it worked as suggested by Stephan.
Thanks!
Jan
Am 18.02.2018 um 22:28 schrieb Stephan Bergmann:
On 18.02.2018 13:39, Jan Rheinländer wrote:
in my C++ extension manifest.xml I have the line:
<manifest:file-entry
manifest:media-type="application/vnd.sun.star.uno-component;type=native;platform=Windows"
manifest:full-path="myextension-WIN.uno.dll"/>
What is the correct line to use for a 64-bit extension compiled for
64-bit LibreOffice? Can I bundle both 32bit and 64bit extension binaries
in the same .oxt?
The description at
<https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/File_Format#Shared_Library_UNO_Components_for_particular_Platforms>
isn't too precise, but what should work is to use "Windows_x86" for 32
bit and "Windows_x86_64" for 64 bit (and just "Windows" would mean
that the corresponding file is suitable for both 32 and 64 bit, but
which of course would not be the case for a DLL; see
desktop/source/deployment/misc/dp_platform.cxx for the relevant code).
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.