DLL problems
-
I've created a shared library using Qt Creator( added QtCore and QtGui support ) but when I try to use this dll( I create an instance of a class from that dll ) into another app I'm getting app.exe exited with code -1073741515 at runtime and I don't know what I'm doing wrong.
I added in my app .pro file the path to the dll:
LIBS += "E:\Sorin\TestingQt\GUIComponents-build-desktop\debug\GUIComponents.dll"