[Interest] libeay32.dll - The Ordinal 4369 could not be located
Richard Moore
rich at kde.org
Fri Jan 24 17:13:13 CET 2014
On 24 January 2014 14:34, Phil Hannent <phil at hannent.co.uk> wrote:
> I have a version 1.0 that I can bundle next to the application and to
> use that. It would certainly be helpful to have the ability to toggle
> where QLibrary searches in a bid to remove potential security and
> usability issues, however that's clearly a philosophical point of
> view.
You mean something like the following methods in QCoreApplication? :-)
static void setLibraryPaths(const QStringList &);
static QStringList libraryPaths();
static void addLibraryPath(const QString &);
static void removeLibraryPath(const QString &);
Cheers
Rich.
More information about the Interest
mailing list