Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - MS Visual C++ to QNX Neutrino: (2 Items)
   
MS Visual C++ to QNX Neutrino  
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.

Re: MS Visual C++ to QNX Neutrino  
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.