Windows Mobile driver build warning message

编译mobile的驱动程序时,可能会遇到如下的warning message:

BUILD: [01:0000000332:WARNN ] corelibc.lib(seccook.obj) : warning LNK4210: .CRT
section exists; there may be unhandled static initializers or terminators

这是由于source file的DLL入口没有设置正确造成的。
例如
DLLENTRY=_DllEntryCRTStartup

你可能感兴趣的:(windows,File,mobile,dll,Build)