Programs not compatible?

closed account (LAfSLyTq)
ok, when i put my program on windows xp to test it. it says it cannot find msvc100.dll or something similar, when i tested on windows vista, it says the same thing but yet it runs fine on my windows 7 professional computer.

i looked up the dll error and it says i could download the redistributable package so i tried to install and it says i have a newer version of the pack installed... so whats the problem here?

i am using VC++ 2010 (visual studio)
and i did not distribute the debug program, i distributed the Release...
please help me
Last edited on
closed account (LAfSLyTq)
Windows ultimate, not vista, my bad
You need to install the redistributable package on the target machines.
You need to change the compiler setting:

http://msdn.microsoft.com/en-us/library/2kzt1wy3%28v=vs.71%29.aspx

Choose /MT for release (and/or /MTd for debug) version. It makes the exe bigger, but independent of the DLL
Topic archived. No new replies allowed.