QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Error: ABW_menu not defined |
Ref. No. |
QNX.000003838 |
Category(ies) |
Development |
Issue |
I am writing an application which has a single menu called using ApCreateModule( ). When I compile my application I see the error: ABW_menu not defined. I tried using Pt_ARG_MENU_TITLE, but I received an error. So, how do I to change the title?
|
Solution |
In order to get a pointer to the widget, you have to create a function from the Menu editor. Use this pointer in the PtSetResource call within the function. |
|