Mscvp100.dll automatic installation

Jan 5, 2011 at 9:58pm
I need Mscvp100.dll to be able to run a program. I know it's because Microsoft Visual C++ 2010 Redistributable Package is not installed on the computer. What I'm trying to figure out is how I would allow the program to run if the Mscvp100.dll file is in the same folder as the executable.

Edit: I found out I can type

#import "mscvp100.dll"

But it's not working
Last edited on Jan 5, 2011 at 11:09pm
Jan 6, 2011 at 1:21am
Should I move this to the begginer section?
Jan 6, 2011 at 5:34am
Wow, I found a great guide after all this time.

http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/66bc8cab-c134-49a8-85e5-37ca9efbdeb4/

Even though it is for VC++ 2005 I bet I can eventually change it to 2010.
Jan 6, 2011 at 3:33pm
Topic archived. No new replies allowed.