当前位置: 代码迷 >> WinCE >> wince中的注册表回调通报
  详细解决方案

wince中的注册表回调通报

热度:26   发布时间:2016-04-28 12:27:13.0
wince中的注册表回调通知
平台是wince6.0,想用RegistryNotifyWindow或者RegistryNotifyCallback,但是链接不通过,
已经包含了regext.h文件以及Aygshell.lib,错误如下:

error LNK2019: 无法解析的外部符号 RegistryGetString,该符号在函数 "long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YAJPAUHWND__@@[email protected]) 中被引用
error LNK2019: 无法解析的外部符号 RegistryNotifyWindow,该符号在函数 "long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YAJPAUHWND__@@[email protected]) 中被引用

请指点,谢谢。

------解决方案--------------------
看帮忙,确实是支持 LZ 所说的函数的。

你确认 Aygshell.lib 正确包含了?
  相关解决方案