自己编写的驱动(dll),wince启动的时候,load驱动后,马上有unload了
跟踪代码发现进入了了dll的入口函数,执行完后,并不执行相关的xxx_init()
在build wince 的时候,有如下警告
Warning: .rel files are required to load the code section of modules into slot 1
and therefor freeing up more virtual memory space in slot 0.
Warning: No .rel file found for module ScanDLL.dll, using old fixup style.
(ScanDLL.dll 我写的驱动)
请问是不是.rel 的不存在导致的问题。如果生成或编写.rel文件
对其他的dll,生成wince时,有如下提示:
Module kd.dll at offset 02001000 data, 04001000 code
而我写的是这样的提示
Module ScanDLL.dll at offset 01df1000