Hi All ,
I was building QT application using Visual studio 2008 previously with the help of QT add-on for VS2008 on windows Platform. I was using QT4.8 SDK to build the applications and generated binary were working fine .
But Recently i upgraded/migrated to Visual Studio 2012 Ultimate edition and installed Visual Studio Add-in 1.2.1 without upgrading my QT SDK. It was compiling and generating binary and unfortunately the when i execute the binary its crashing. when i troubleshoot the cause of crash i found QString.toStdString().c_str() was giving junk value and the same statement works fine with prev binary.
How to solve this problem ? there is no QT 5 SDK for Windows 32-bit available which can run on VS12.
What call can i take it now ? Is my migration is completed ? any other changes need to be done. Please Help me
↧