vote up 0 vote down star

I'm currently developping an application with Qt 4.5 on Windows Vista and Visual Studio 2008 as IDE.

The problem is that the program crashes on Windows XP SP2 (works perfectly with XP SP3 and Vista). This can be fixed installing the .NET framework 3.5, but I want to avoid that.

Is there a way to prevent that given that I have to use the Visual Studio compiler?

flag
1  
QT itself does not need .NET, and a VS C++ application also doesn't. Are you sure you're building a pure C++, and not a C++/CLR application? – gimpf Aug 19 at 13:03

1 Answer

vote up 0 vote down check

Have you tried installing the C++ Runtime Redistributables instead?? AFAIK no .net assembly is needed for a Qt Application, but you need the C++ Runtime.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.