Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 06/13/2012 06:39 PM, Fernand Vanrie wrote:
On 13/06/2012 17:26, Stephan Bergmann wrote:
On 06/12/2012 02:48 PM, Fernand Vanrie wrote:
Sinds dev 3.6 the MySQL Native connector (for Windows) is broken , the
Mysqlc.uno.dll can not been loaded during the extention installation , i
suppose the extension code have to be recompiled against the latest LO
code.

Ha, looks like
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=6e67c03dc0225fc66343546b14e902b9d238b1a3>

"Enable -Wnon-virtual-dtor for GCC 4.6" is the culprit. Among other
things, it changed the destructor of cppu::OPropertySetHelper from
public to protected, which with MSC changes the corresponding mangled
symbol name from ??1OPropertySetHelper@cppu@@QAE@XZ to
??1OPropertySetHellper@cppu@IAE@XZ, so breaks compatibility of
cppuhelper3msc.dll.

I'm working on a fix.
Stephan, also thanks but Michael Meeks wrote also :

Fridrich is having a look, if it worked for 3.5 - it is possible there
is some funky linking issue and/or calling convention, or missing
back-compat piece we might need to re-instate.


Hopes you and Fridrich dont do the same job :-)

No, it was a concerted effort.  :)

Anyway, fixed now with <http://cgit.freedesktop.org/libreoffice/core/commit/?id=271c4e2fe53c6fe159789db27507804133e72814> "Revert MSVC ABI incompatible URE change (public -> protected)" on master and libreoffice-3-6 (3.5 was not affected).

Stephan

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.