Hi, How can I create new project in QNX Momentics (Photon Appbuilder Project) that will create file abmain.C or abmain.cpp, or how can I change compiler in this project from qcc to QCC/g++ ? because I want in my new PhAB project create windows with buttons and textfield and add second thread which run my function which function i can compile only g++ or QCC.
first thread - > window with buttons
second thread → run (in backgroud) my function (this function is written in C++).