dll's missing when launch on win7_32, runs fine on win8.1_32 (and win10_64) ?
Unsolved
Qt Creator and other tools
-
Hi, hmmm got 2 suggestions:
try a simple vanilla Widgets program to make sure your Win7 isn't out of whack,
and to completely stamp out the possibility of the different VC runtimes clobbering each other, you don't happen to have an old copy of Visual 2010 around? If so, you could download Qt 5.5.1 (the last version that had prebuilt binaries for MSVC2010) and test your app on it. That way, both your code and the ICU dlls would depend on just msvcr100.dll and msvcp100.dll.