I compiled my C++ program in Microsoft Visual Studio2015.
The exe file from the Debug folder ran fine on a couple of computers, but on a particular computer it won't run presumably because it only has Microsoft Visual C++ 2008 Redistributable and no later versions.
I'm not allowed to patch the computer since it's running on a Windows thin client.
How do I recompile my code but in VS2008 so that it can run on every computer?