This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WEC7 Memory Leakage

Other Parts Discussed in Thread: AM3505, AM3517

Hi,

I use AM3517EVM and WEC7, and found memory loss problems.

I use C # to write a small program to reproduce this problem.

The program includes twenty Label with a Counter and Timer. 

In every Time Tick Counter++, and display on the Label. 

In this way memory is consumed very quickly. 

But the problem did not occur in the WCE6.

When the program is closed, loss of memory has not been released.

I can provide the test program via email. 

thx.

swdjojo@gmail.com

ps. So far, I can identify the WindowsAPI DrawText() will have this problem.