Deploying QML2 app on Windows XP embedded
-
Hi,
I'm trying to run the "touch" example on windows xp embedded (Qt 5.1).
I can get it to run on my windows 7 desktop (after copying all the required dlls), but when I copy it to the windows xp embedded computer I can't get it to run.I tried both the MinGW 4.8 Qt 5.1 version as well as the Qt 5.1.0 for Windows 32-bit (VS 2012) version.
When using the MinGW version I get a Visual C++ runtime error, and when trying out the VS 2012 version I get an error which states that my application is not a valid Win32 application.
Anyone knows how to solve this?
Thanks in advance