AppWizard: undefined reference to `APPW__CompareIsEqual'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AppWizard: undefined reference to `APPW__CompareIsEqual'

450 Views
KissueGem
Contributor I

Hi ,

I want to switch from one screen to another screen on AppWizard. And I want to switch screen by changing AppWizard variables value.

I have added a variable to my AppWizard project.  And then on screen ID_SCREEN_00 add an interaction which has the following properties:
- Emitter: ID_VAR_00
- Signal: VALUE_CHANGED
- Job: SWAPSCREEN - select swap to ID_SCREEN_01
- Click the "+" in the condition column to add a condition which checks for:
- ID_VAR_00 == 1

But after I generate and bulid the code , there is a build error:

undefined reference to `APPW__CompareIsEqual'

The emwin library version is v6.14d.  How to fix this error.

By the way , is there any other way to switch screen from code?

 

0 Kudos
1 Reply

423 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi KissueGem,

Would you mind to give more detail about your question?  What chip do you use? What SDK  and IDE do you use? Can you introduce your application?

 

Regards,

Jing

0 Kudos