problems with HelloWorld application

Hello, there!
I’ve installed QNX Momentics IDE 4.5 от Windows Vista successfully. Afterwards for educational reasons I tested the HelloWorld program. Unfortunately, it did not run as Local C++ application due to error message: Error starting process.
Exec error:Launching failed
Exec error:Launching failed
Exec error:Launching failed
, although it successfully was built.

The code is:

[code]#include
using namespace std;

int main() {
cout << “!!!Hello World!!!” << endl;
return 0; }[/code]

What’s the problem?
Thanks in advance.

Are you trying to run the QNX binary on windows? Sorry, I don’t understand what you mean with:

Local is misleading. As a matter for fact this option only makes sense if you run the QNX6 version of the IDE, which you cant if you use 6.4.0. As far as Im concern this option should be disable when running momentics non QNX6 platforms.

Thanks, I really misunderstood the meaning of " Local C++ application". I’ve just thought like Java it can be compiled and run on the target system.