Hi all,
I'm trying to build a program in visual studio 2008, when I build in debug mode, it runs just fine, but if I try to build in release mode, there are no errors but when the program runs I get this error:
The program can't start because MSVCR90D.dll is missing from your computer. Try reinstalling the program to fix this problem.
If I run the program in debug mode from within visual studio, it runs fine. If I go to the debug folder and run the exe it also runs fine. However, if I try to run the exe in the release folder I get the same error.
Any ideas?