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


sorry i mixed up the situation
extension *Build in 4.2 and used in 5.1*:
must be:
extension *Build in 5.1 and used in 4.2*: the functions and Sub's in the libraries are not available, its only after opening the library "manualy" and after entering the password that make the functions and the sub's available in memory.
Build in 4.2 and used in 5.1 gives no problems

greetz
Fernand
On 11/07/2016 17:05, SOS wrote:
A extension made with password protected Basic Libraries using LO 5.1 do not "load" properly the libraries under LO 4.2

We load a  password protected library using the folowing code.
If (Not GlobalScope.BasicLibraries.isLibraryLoaded("DbUtils")) Then
GlobalScope.BasicLibraries.LoadLibrary("DbUtils")
End If
extension Build and used in 4.2 makes all functions and sub's available in memory. extension Build and used in 5.1 makes all functions and sub's available in memory. extension Build in 4.2 and used in 5.1: the functions and Sub's in the libraries are not available, its only after opening the library "manualy" and after entering the password that make the functions and the sub's available in memory.

The extensions are build under Windows
There is a difference in size between the extension build in 5.1 and 4.2
5.1 gives 69 KB
4.2 gives 67 KB
There is no error after "GlobalScope.BasicLibraries.LoadLibrary("DbUtils") once the librarie is opened with the password, then "GlobalScope.BasicLibraries.LoadLibrary("DbUtils")" is working fine even after closing LO !!!!!!

Can someone confirm this behavior and sould i filled a issue ?

Thanks

Fernand

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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.