Hi all,

I have a quite specific problem (probably related to my custom platform, a
build base on WinCE .Net 4.2, ARM 9, application is dev in eVC++ 4 with
SP2).
All the functions that compute the width and height of the specified string
of text for the current selected font make 'video shaking' effect. These
functions are: GetTextExtentPoint, DrawText with DT_CALCRECT and
GetCharABCWidths. It's really strange. Some of the calls of these functions
make the screen changing/shaking for milliseconds - it looks like the video
driver is trying to change screen start address.
Frankly, don't know where the problem may be. Could you recommend me any
solution? or where should I start?

Best regards,
KrysianZ