Failed to start on other machine..
-
Hello,
My computer for compilation : Windows 7 SP1 x86-64 - Mingw 4.8 32 bits - Qt 5.0.1
Get from the online installerI compile the exemple menu and i work very well on my computer.
I put all the dll and i double click on menus.exe. And he work very well!
But, i copy all folder on another machine (Windows 7) And he said "Microsoft Visual C++ Runtime library"
This application has requested the runtime to terminate it in an unusual way"
Why ? Thanks you
-
Hi,
Did you follow the "deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html to ensure you have all the dlls required (platform, plugins etc... ) ?
-
From the error message you seem to have a dependency on the MSVC runtime, do you also have these dlls in the folder ?
-
Did you check the version of the redistributable ?
-
Without any error message ?
-
Not if you have all the dlls in the right place
-
Just a question. You said you:
bq. reinstall visual C++ 2012 redistribuable
could there be a dependency to some other C++ redistributable? like Visual C++ 2010 ? or even an earlier version?
-
No, I compile with Visual C + + 2012 update 3
I have a Windows XP test. and I just installed Visual C + + 2012 redistribuable update 3.
and it works
My problem was dlls plugins / platforms
Before I put "plugins" in the root. Now I put "platforms" to the rootSorry for my bad english
-
bq. Sorry for my bad english
No problem. I'm also not native english ;-)
Good that it works now.