I created a simple CONSOLE applicationt that calls a shared memory DLL to retireve some data. The application is all of 15 total lines. When I run the application I get the following message:
QApplication:alette: This function can only be called after the QApplication object has been created
The program then displays the data I expect
When I take my call to the DLL out the message stops.. Any clues why it appears and why a QApplication object is involved? I would like to suppress the message or resolve why it appears?
Thanks
QApplication:alette: This function can only be called after the QApplication object has been created
The program then displays the data I expect
When I take my call to the DLL out the message stops.. Any clues why it appears and why a QApplication object is involved? I would like to suppress the message or resolve why it appears?
Thanks