QNX Momentics & g++

Hi, I have project which compile without erros on console used compiler g++. When I would like build project under QNX Momentics I get erros because QNX M use qcc . It is possible change compiler in QNX Momentics on g++ ?

Not really. It should work qcc is just a front-end for g++. However by default qcc use dinkyum library and not glib, so maybe your code depends on some glibism ?

There are also different versions of the compiler available depending on your QNX version (for example 2.95 and 3.3.5) and those versions of the compiler generate different errors.

Mario, I believe you can change to use g++ if you set the IDE project type to use Makefile’s instead of being a pure IDE project.

Tim