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

原文地址:https://www.cnblogs.com/ceblog/p/1772365.html