{"id":2703,"date":"2022-08-30T15:27:04","date_gmt":"2022-08-30T15:27:04","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/02\/08\/how-to-make-a-c-program-run-on-others-windwos-pc-withouth-compilers-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:27:04","modified_gmt":"2022-08-30T15:27:04","slug":"how-to-make-a-c-program-run-on-others-windwos-pc-withouth-compilers-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/how-to-make-a-c-program-run-on-others-windwos-pc-withouth-compilers-collection-of-common-programming-errors\/","title":{"rendered":"how to make a c++ program run on others windwos-PC withouth compilers-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li>The VC++ distributable is the file VCRedist_x86.exeIt should be in your C:\\Program Files\\Microsoft SDKs\\&#8230; folder, or it can be downloaded from MSDN.\u00a0 You can run that file on a PC to install the libraries that your program needs in order to run.Some libraries (C runtime, MFC, ATL) can be statically linked into your program so it will not need the redistributable.\u00a0 Other libraries, especially .NET, cannot be statically linked.\u00a0 If you use any of them then you must built an installer project.\u00a0 You need to know what libraries you are using and what the implications of using them are.<\/li>\n<li>hi thanks! i&#8217;m sorry but i&#8217;ve been looking\/ready foor days among those articles that you sent. They&#8217;re so vague!!!! maybe I&#8217; m just amateur. distribute the VC++ distribuatable\u00a0 &#8211;&gt; what does this mean. I read some write-up by mSDN and they&#8217; aint clear either. MyLibrary.dll, i don&#8217;t know how to get those. thanks!!!!<\/li>\n<li>The VC++ distributable is the file VCRedist_x86.exeIt should be in your C:\\Program Files\\Microsoft SDKs\\&#8230; folder, or it can be downloaded from MSDN.\u00a0 You can run that file on a PC to install the libraries that your program needs in order to run.Some libraries (C runtime, MFC, ATL) can be statically linked into your program so it will not need the redistributable.\u00a0 Other libraries, especially .NET, cannot be statically linked.\u00a0 If you use any of them then you must built an installer project.\u00a0 You need to know what libraries you are using and what the implications of using them are.<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2014-02-08 02:14:24. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>The VC++ distributable is the file VCRedist_x86.exeIt should be in your C:\\Program Files\\Microsoft SDKs\\&#8230; folder, or it can be downloaded from MSDN.\u00a0 You can run that file on a PC to install the libraries that your program needs in order to run.Some libraries (C runtime, MFC, ATL) can be statically linked into your program so [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2703","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=2703"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2703\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=2703"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=2703"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=2703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}