|
Subject:
|
Run Program outside IDE (please help a begginer)
|
|
Posted By:
|
aepstein824
|
Post Date:
|
2/6/2006 7:14:35 PM
|
I'm using Visual C++ IDE(thats not the point)
I'm using a textbook to learn the language.
I'm writing valid programs with no error messages or warnings.
The programs run fine from the IDE and from Windows explorer.
However, if I move the program to another computer, using a disk, I can't run the program, something about the application configurations.
I've tried CLR console apps and Win32 Console apps.
|
|
Reply By:
|
merediths
|
Reply Date:
|
2/27/2006 8:28:48 PM
|
Make sure the other computer has the .NET Runtime installed on it. You can download it from Microsoft at http://msdn.microsoft.com/netframework/downloads/framework1_1redist/ ... That would be the most obvios thing, if a simple Win32 Console app won't work.
Regards, Meredith Shaebanyan
|