342 views
in GUI Development by
I have used the following method to transfer the string to EW.

https://ask.embedded-wizard.de/300/how-to-exchange-strings-between-gui-and-a-device

The string created is transfer to the member paramter as the following.

if (newValue != pure Variant) {

  pure Variant = newValue;

  notifyobservers ^Variant;

}

The newValue is updated timely by 1s.

The memory allocated to the newValue  seams not be delocated.

1 Answer

0 votes
by
 
Best answer
It is coding miss, close it.

Embedded Wizard Website | Privacy Policy | Imprint

...