|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 c++ question(Click here to view the original thread with full colors/images)Posted by: AMDSCOrPiO I've made a console program with c++ but it will not run on any other computers unless they have c++ on them. how do i fix this? Posted by: jaeusm C++ is not an entity that you [I]put[/I] on a computer. However, since your application won't execute, I'm assuming you created it using the .NET framework. The .NET runtime is required on every computer that you intend to run your program, if it was created using that framework. Posted by: AMDSCOrPiO i have installed the same framework on the other computer but it still doesnt work Posted by: jaeusm What compiler did you use? What version(s) of .NET do you have on your computer? (You can find this number by looking at the folder name(s) in the C:\Windows\Microsoft.NET\Framework directory. Each version will have its own folder named "v2.0.xxx".) What version of the .NET runtime do you have on the other machine? Which versions of the Windows OS are you using? vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |