I have created a DLL which is loaded by an application out of a framework. How can I check in which path my dll is running? When I have a full application, I could use

Qt Code:
  1. QApplication a(argc, argv);
  2. QString appPath = a.applicationDirPath();
To copy to clipboard, switch view to plain text mode