app fails to start with QWT involved.
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. ;)
Re: app fails to start with QWT involved.
Are you using a Qwt DLL and forgot to add "DEFINES += QWT_DLL" to your application pro file ?
Uwe