From ce228e512cfd2b249a1ebc2ef0e576825afb29a0 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Feb 2015 17:53:48 +0100 Subject: - No longer setting the dll directory as a windows search folder for dlls because that appears to remove another search folder AND the configured seach folders seem to be inherited by processes started from MO (both confirmed only in windows 8.1) --- src/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1c54d250..9b7def0f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -319,9 +319,6 @@ MainWindow::MainWindow(const QString &exeName m_Tutorial.expose("modList", m_OrganizerCore.modList()); m_Tutorial.expose("espList", m_OrganizerCore.pluginList()); - // before we start loading plugins we, add the dll path to the dll search order - ::SetDllDirectoryW(ToWString(QDir::toNativeSeparators(qApp->applicationDirPath() + "/dlls")).c_str()); - m_OrganizerCore.setUserInterface(this, this); for (const QString &fileName : m_PluginContainer.pluginFileNames()) { installTranslator(QFileInfo(fileName).baseName()); -- cgit v1.3.1