Hi,
Ok, i just started using Visual C++. I've been using Java all along but now I'm teaching myself C++.
The problem I have is occurs when I write a simple managed C++ project...it's a simple console based i/o program. using the simple .h files <iostream> <string> that's about it.
It compiles and runs fine on the PC that I write it on, but when I try to execute the .exe file on another system, all I get is a messagebox that says 'failed to initialise application' with an ok button.
I don't have any idea why this is happening, can someone please tell me how to solve this presumably simple problem.
Thanks in advance,
Faraz.
Ok, i just started using Visual C++. I've been using Java all along but now I'm teaching myself C++.
The problem I have is occurs when I write a simple managed C++ project...it's a simple console based i/o program. using the simple .h files <iostream> <string> that's about it.
It compiles and runs fine on the PC that I write it on, but when I try to execute the .exe file on another system, all I get is a messagebox that says 'failed to initialise application' with an ok button.
I don't have any idea why this is happening, can someone please tell me how to solve this presumably simple problem.
Thanks in advance,
Faraz.