Hi,

I have non-Qt GUI application which use also Qt core application in one component of it to use Qt thread support.

I have also external dll base on Qt which create Qt application for GUI porpuse (extern C API).

When i try to load the dll and to create QApplication i got the error of multiple Qt applications which can't be done.

Is there a way to make the dll to be independent when i can load and use it regarless to the loader (which can be Qt application too) ?

Thanks,

Ami