I created a Qt Quick Application using Qt 5.2.1 and visual studio 2012. My application can not run properly on Windows XP due to the following error:
The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcrt.dll
I have made sure there is an updated version of msvcrt.dll on the WinXP system, however it does not change anything. I have even tried a simple hello world qt quick application and it gives the same error. What do I need to do to fix this error?
↧