HELP! Open Phab within IDE 3.0.0 in Momentics

I’m using IDE 3.0.0 under Momentics, I need to open an existing Phab
application built from Qnx4.25 within the IDE.

i see a button on the toolbar between ‘Build All’ and ‘New c/c++ project’, I
belive that’s the one to launch PHAB,. but that is greyed out, how do i make
it active instead of being greyed out?

Ran Zhang wrote:

I’m using IDE 3.0.0 under Momentics, I need to open an existing Phab
application built from Qnx4.25 within the IDE.

i see a button on the toolbar between ‘Build All’ and ‘New c/c++ project’, I
belive that’s the one to launch PHAB,. but that is greyed out, how do i make
it active instead of being greyed out?


Ran,

Qnx created a PhAB plugin to work with the IDE. This plugin is not
quite the same as the stand alone version of PhAB. In particular, you
can’t open an application created with the stand alone version of PhAB
within the IDE and vice-versa.
The PhAB button in the IDE toolbar is active only when you select or
create a PhAB project in the IDE. I think that the easiest way to do
what you want is to port the Qnx4.25 PhAB application to Qnx630. Make a
copy of the Qnx4.25 application, launch PhAb in Qnx630 (outside of the
IDE) and open the Qnx4.25 application. Qnx630 PhAB will post a dialog
noting the difference in PhAb version number and asking if you want to
convert the application. I answered yes to this question for all of the
apps I converted. Once you have opened the Qnx4.25 PhAB application in
Qnx6.30 PhAB, save it and quit PhAB. Now, start up the IDE and create a
new PhAB application. This will launch the IDE’s PhAB plugin. Close the
PhAB plugin, and use the import command to import the files from the
Qnx4.25 PhAB app that you converted to Qnx6.30 PhAB.

hello