Skip to main content
Ezgi
Associate III
December 18, 2021
Question

Any changing in touchgfx libraries doesn't work on our device

  • December 18, 2021
  • 1 reply
  • 2199 views

Hi,

While we were writing codes, everything is working perfectly in the simulator. When it was time to try it on our device, we had a problem about touchgfx and couldn't find it for a long time. However we realized that we added a variable to touchgfx's drawable class , which caused our device to stop working.

How could we fix this problem?

This topic has been closed for replies.

1 reply

MM..1
Chief III
December 18, 2021

?? how problem show code

Ezgi
EzgiAuthor
Associate III
December 18, 2021

For example, we add "int AddRegister" to touchgfx::Drawable class, it works in simulator but doesn't work on device. A little changing in touchgfx classes, doesn't work on device.

MM..1
Chief III
December 18, 2021

You still dont show how and where you add. show file name location and code

int AddRegister;