windows - What does a VC++ executable need in order to run? -


i new vc++, etc . learned viewer let me know - visual c++ executable need in order run ? want create product in vc++, know when installed , run on bare minimum windows machine, require other software ?

the respective visual c++ redistributable packages not installed default windows required run vc++ executables unless statically including runtime library.

have @ microsoft visual studio ~ c/c++ runtime library ~ static/dynamic linking more information on difference between having runtime statically included or using dll.

see the latest supported visual c++ downloads downloading redistributable packages visual c++.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -