Hello, I have an application that was developed using MS Visual C++ and would like to make it compatible for QNX Neutrino. Is there a way to do this? Thank you.
Neutrino is a POSIX compliant OS. If you developed your application to run on windows (I am assuming this is the case), then it is probably as difficult (or as easy) to port it to Neutrino as it is to port it to linux: If your application is not using windows specific API, you should be able to port it with some effort.