Do everything if needed

Only to note everything I meet.

useful information of developing driver

1. in CE5.0 and later, DDK_GetWindowInfo can't be called in the flash driver if flash driver is loaded in system start phase 1.

if it's called, the system crashed in CE5.0 due to a data abort, it can't read the values in CE6.


2.usful macro:
__FILE__ ,it's the current file name.
__LINE__ ,the current line.

those two macroes are useful when debuging.


本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/Vichard/archive/2009/08/29/4497654.aspx

posted on 2010-07-06 18:38  microsun  阅读(193)  评论(0编辑  收藏  举报

导航