How should I link my program with MFC in Visual Studio 2010 if I want user could run my program without having Visual Studio and MFC libaray. Thanx
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Static linking is one way. Then you executable will contain everything, but be rather large.
Having the customers install the dynamic libraries is another. They can get them from here http://www.microsoft.com/en-us/download/details.aspx?id=5555