A pb when launching the program on a virtual pc machine

Hi everybody ,

I 've created a new QNX C/C++ project called HelloWord with no extra file
just the following default lines on my HelloWord.c file :

#include <stdlib.h>

#include <stdio.h>

int main(int argc, char *argv[])

{

printf(“Welcome to the Momentics IDE\n”);

return EXIT_SUCCESS;

}

When trying to run the application on my target which is a Virtual PC
created with Microsoft Virtual PC , I get this msg :

" Can’t launch file for HelloWord TargetLaunch @ localhost:8000:Error Bad
File Descriptor "

Any idea about this ?

Thanks to all.

CariouM.

“CariouM” <carmen.alt@ixsea.com> wrote in message
news:d2jnmb$ssj$1@inn.qnx.com

Hi everybody ,

I 've created a new QNX C/C++ project called HelloWord with no extra file
just the following default lines on my HelloWord.c file :

#include <stdlib.h

#include <stdio.h

int main(int argc, char *argv[])

{

printf(“Welcome to the Momentics IDE\n”);

return EXIT_SUCCESS;

}

When trying to run the application on my target which is a Virtual PC
created with Microsoft Virtual PC , I get this msg :

" Can’t launch file for HelloWord TargetLaunch @ localhost:8000:Error
Bad

localhost??? Shouldn’t be localhost, it should be the ip address of the
target.

File Descriptor "

Any idea about this ?

Thanks to all.

CariouM.