How generate EXE file to execute on windows ?

Good afternoon.

I have an aplicattion on Real Time. I am using QNX 6.2 and I made a program to controller a machine.

My doubt is: How I make to generate an EXE file to execute on windows. I run this program on Windows plataform.

Thanks a lot.

Best regards, Alexandre Baratella.

I guess you need to recompile your code in Windows using windows compiler.

Well you cannot execute a QNX application under Windows, unless you port it to the Windows environment. Which means all QNXism must be removed from the source code.