网站关键词数量减少,网站开发并发 性能,文字类wordpress主题,视屏网站制作当我把RIL组件加进到CE6的项目里去编译,本来好好的项目编译不过去了,我就选择了RIL的所有feature#xff0c;没有改任何东西,理论上sysgen就可以了#xff0c;但是确总是编译不过去 看根目录下的build.log:
E:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesy…当我把RIL组件加进到CE6的项目里去编译,本来好好的项目编译不过去了,我就选择了RIL的所有feature没有改任何东西,理论上sysgen就可以了但是确总是编译不过去 看根目录下的build.log:
E:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesysgen/oak /lib/ARMV4I/debug/coredll_ALL.lib coredll.def : error LNK2001: unresolved external symbol RegistryBatchNotification coredll.def : error LNK2001: unresolved external symbol RegistryCloseNotification coredll.def : error LNK2001: unresolved external symbol RegistryDeleteValue coredll.def : error LNK2001: unresolved external symbol RegistryGetDWORD coredll.def : error LNK2001: unresolved external symbol RegistryGetString coredll.def : error LNK2001: unresolved external symbol RegistryNotifyApp coredll.def : error LNK2001: unresolved external symbol RegistryNotifyCallback coredll.def : error LNK2001: unresolved external symbol RegistryNotifyMsgQueue coredll.def : error LNK2001: unresolved external symbol RegistryNotifyWindow coredll.def : error LNK2001: unresolved external symbol RegistrySetDWORD coredll.def : error LNK2001: unresolved external symbol RegistrySetString coredll.def : error LNK2001: unresolved external symbol RegistryStopNotification coredll.def : error LNK2001: unresolved external symbol RegistryTestExchangeDWORD D:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesysgen/sdk /lib/ARMV4I/debug/coredll.lib : fatal error LNK1120: 13 unresolved externals 网上找了一下找到了解决方案 这个错误是coredll_ALL.lib和k.coredll_ALL.lib的依赖性错误 产生的原因是加了RIL的feature后没有重新编译这两个lib造成的 为什么没有重新编译我也不知道 解决方法是: 找到你的工程下的这两个lib文件然后重命名为别的(删除应该也可以就是让系统找不到这个lib而导致重新编译)再编译系统就可以了。
另外CLEAN Solution然后再REBULID也可以。