Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-07-2007, 11:27 PM   #1 (permalink)
AMDSCOrPiO's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 613

AMDSCOrPiO is on a distinguished road

Default c++ question

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?
__________________
AMDSCOrPiO is offline  
Old 02-08-2007, 12:06 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

C++ is not an entity that you put 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.
jaeusm is offline  
Old 02-08-2007, 07:18 AM   #3 (permalink)
AMDSCOrPiO's Avatar
 
Ultra Techie

Join Date: Jul 2006

Posts: 613

AMDSCOrPiO is on a distinguished road

Default

i have installed the same framework on the other computer but it still doesnt work
__________________
AMDSCOrPiO is offline  
Old 02-08-2007, 10:19 AM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

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?
jaeusm is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On