Re: Application Library with Qt
My DLL is loaded by LoadLibrary from a non-Qt application.
qt widgets are not going to work without a qt event loop - normally from a qt application
Actually, i just want to load my QtGui and handle it like any Qt application
then you need a qt application, not a non-qt app and a qt dll.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks