I installed Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)
Then I created simple Quick 2 application and compiled it. Program runs on clean Windows 7, Windows 8. But program does not run on Windows XP. And I have this error:
Точка входа в процедуру _vsnprintf_s не найдена в библиотеке DLL msvcrt.dll
Translate: The procedure entry point _vsnprintf_s not found in library DLL msvcrt.dll
What to do? Where and what libraries to take the program to run?
↧