i’ve downloaded the Qt libraries 4.7.1 for Windows (VS 2008)
and i would like to use it in visual studio 2010,
any ideas on how to do so?
thanks in advance
Dante
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to use Qt libraries compiled with VC++ 2010. The VS2008-compiled versions link to a different version of the MS Visual C++ Runtime.
Unfortunately, that most likely means downloading the source and building libraries yourself.