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 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice