Hi,
I have a dll in which I need to pop up a Message box.
I do not have any QApplication as a parent. So I keep getting an error that I need to have a base GUI.
Is the base GUI really necessary?
Do I need to make an .exe file and then call the Message box from the dll?

Your help is much appreciated.
Thank you.