PDA

View Full Version : app fails to start with QWT involved.



ucntcme
17th January 2008, 08:10
I'm done beating my head over this one ...

I've an app that uses QWT. It works perfectly in Linux. It builds in Windows.

When I try to run it, I get "The application failed to initialize properly (0xc0000005)".

Yet, if I make the very first entry in main() a qDebug() statement and use DebugView, it never outputs any debug, which tells me it is during initialization somehow.

I could use some assistance on this. I'm a Linux guy, not a Windows guy. ;)

Uwe
17th January 2008, 10:31
Are you using a Qwt DLL and forgot to add "DEFINES += QWT_DLL" to your application pro file ?

Uwe