在kernel里面调用API函数都会出现连接错误,请问高手如何解决?
hal.lib(cfw.obj) : error LNK2019: unresolved external symbol MapViewOfFile referenced in function OEMInit
hal.lib(cfw.obj) : error LNK2019: unresolved external symbol CreateFileMappingW referenced in function OEMInit
hal.lib(cfw.obj) : error LNK2019: unresolved external symbol LoadLibraryExW referenced in function OEMInit
C:\WINCE500\platform\smdk2440\target\ARMV4I\retail\kern.exe : fatal error LNK1120: 3 unresolved externals
我的头文件加进去了,而且连接了那个API的库,还是不行。。。。。。。。