Hi,
My trace console is being flooded with the following message

I am trying to display date and time stamp in one of the text areas as below:

below is the code snippet i had used:
sender; /* the method is called from the sender object */
var Core::Time t = new Core::Time;
var string TimeDate = "%I:%M:%S%p | %b %d, %Y";
t = t.CurrentTime;
DateTimeText.String = t.Format( TimeDate );
I tried using "string" method also, but same warning is showing up.
Setup details:
1. Embedded wizard 14
2. Custom board: STM32F746BG
3. Display: Winstar (WK0F0007000A8GXAASA00) (1024 X 600)