Using Qt static libraries
Maurice Kalinowski
mkalinow at trolltech.com
Mon Nov 12 08:53:59 CET 2007
Hi,
I have recognized something similar, when we integrated our work to what is going to be 4.4. Theoretically you can ignore this message, as it should not harm. Additionally it should disappear within the next release.
In case you are interested for the reason of this warning: Usually at startup time we might need to load the plugins, precisely we load the text codecs under some circumstances. Due to Windows CE not having a working directory functionality, we need to query for the application path, which is a little bit to early at that point and Qt complains about that no QApplication object has been created yet. As previously mentioned, this is fixed within the next release.
Best Regards,
Maurice Kalinowski
----- Original Message -----
From: George H. Locktish
To: qtce-preview-feedback at trolltech.com
Sent: Thursday, November 08, 2007 8:42 PM
Subject: Using Qt static libraries
I have been able to run my application using Qt static libraries; however, each time I run the application I am getting the following message displayed a number of times:
"QCoreApplication::applicationDirPath: Please instantiate the QApplication object first"
When I run the application using DLLs, I don't see the same error message.
Any ideas on what could be causing this?
Thank you,
George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.trolltech.com/pipermail/qtce-preview-feedback/attachments/20071112/fb794e59/attachment.html
More information about the Qtce-preview-feedback
mailing list