Yes, everything was compiled with Visual Studio 2013 running on Windows 8.1 - 64 bits. I'm almost sure that Visual Studio apps can be executed in 32 bit systems, even if compiled in 64 machines. Maybe the
problem is a compatibility issue with your Windows version (XP).
I've checked my system - all is O.K., I have VS2013 runtimes too.
I will check your apps on another Win XP 32-bit machines, but I think
problem is during compiling stage (the same situation as in VS2012). Two possibilities:
- compilation on 64-bit machine, target system have x86.
- you compile with toolset v110 , but target system is Windows XP.
In second case, please try in project Platform Toolset on "v110_xp".
If you don't change anything after first installation of VS2013, probably there cannot be problems.
When you test your app on your system, there is WoW64, or somethink like this to run "emulation 32-bit". On your computer will be no
problem. Problems will be only on normal 32-bit computers.
At now I will use your apps on another computer (Win7 64-bit).
Anyone tested apps from Pher on normal Win XP 32-bit?