cancel
Showing results for 
Search instead for 
Did you mean: 

Erreur Linking TouchGFX

Oussama_Baklouti
Associate II

I created a project with multiple screens and i want to recceive data and display them on the 4th screen 
so i created a task and a queue . I followed the MVP model and  int the model class i put the code in the tick function but when i run the code these errors appers 

1 ACCEPTED SOLUTION

Accepted Solutions
GaetanGodart
ST Employee

Hello @Oussama_Baklouti ,

 

The modelListener seems to be included in all 4 of your screens.
But you have a function called "Receive_SOC" in the modelListener.
I think that simply declaring that function in screen 1 to 3 (like you did in screen 4) would solve the error.

 

I hope this helps.
If this message answer your question, I invite you to select it as "best answer".

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)

View solution in original post

1 REPLY 1
GaetanGodart
ST Employee

Hello @Oussama_Baklouti ,

 

The modelListener seems to be included in all 4 of your screens.
But you have a function called "Receive_SOC" in the modelListener.
I think that simply declaring that function in screen 1 to 3 (like you did in screen 4) would solve the error.

 

I hope this helps.
If this message answer your question, I invite you to select it as "best answer".

 

Regards,

Gaetan Godart
Software engineer at ST (TouchGFX)