How to distribute a program created using Visual C ++?

I first created a program with VC ++, and when I send the .exe file to other people, they cannot open it. It does not fall due to an error; it simply does not open. What should I do if I want other people to use my program correctly?

Thank.

+3
source share
2 answers

Remember to associate your application with vcredist_x86.exe found on this page:

http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84

+4
source

, , , Debug , . , , MS .

+2

All Articles