Advanced Debugging
About AdvDbg Consult Train Services Products Tools Community Contact  
欢迎光临 高端调试 登录 | 注册 | FAQ
 
  ACPI调试
Linux内核调试
Windows内核调试
 
  调试战役
调试原理
新工具观察
 
  Linux
Windows Vista
Windows
 
  Linux驱动
WDF
WDM
 
  PCI Express
PCI/PCI-X
USB
无线通信协议
 
  64位CPU
ARM
IA-32
  CPU Info Center
 
  ACPI标准
系统认证
Desktop
服务器
 
  Embedded Linux
嵌入式开发工具
VxWorks
WinCE
嵌入式Windows
 
  格蠹调试套件(GDK)
  格蠹学院
  小朱书店
  老雷的微博
  《软件调试》
  《格蠹汇编》
  《软件调试(第二版)》
沪ICP备11027180号-1

《软件调试》的示例程序

帖子发起人: wsbd008   发起时间: 2010-05-18 00:40 上午   回复: 2

Print Search
帖子排序:    
   2010-05-18, 00:40 上午
wsbd008 离线,最后访问时间: 2010/5/17 16:36:43 wsbd008

发帖数前100位
注册: 2010-05-17
发 贴: 10
'HeapQueryInformation' : undeclared identifier
Reply Quote
第23章的示例程序HiHeap中,我用VC6打开编译报错,'HeapQueryInformation' : undeclared identifier,头文件都没变,为什么啊?
IP 地址: 已记录   报告
   2010-05-18, 20:29 下午
Raymond 离线,最后访问时间: 2020/7/3 3:40:25 格蠹老雷

发帖数前10位
注册: 2005-12-19
发 贴: 1,303
Re: 'HeapQueryInformation' : undeclared identifier
Reply Quote

这个函数是XP时引入的,VC6附带的头文件和lib文件不包含这个函数;

解决的办法是安装新版的SDK,如果机器上安装有VS2005或者更高的版本,那么可以使用这些版本附带的SDK,然后在VC的路径选项中增加指向这些目录的路径。

Tools > Options > Directoies > Include files

Tools > Options > Directoies > Library files


IP 地址: 已记录   报告
   2010-05-18, 21:13 下午
wsbd008 离线,最后访问时间: 2010/5/17 16:36:43 wsbd008

发帖数前100位
注册: 2010-05-17
发 贴: 10
Re: 'HeapQueryInformation' : undeclared identifier
Reply Quote
哦,问题已经解决,谢谢张老师。
IP 地址: 已记录   报告
高端调试 » 图书 » 《软件调试》的示例程序 » Re: 'HeapQueryInformation' : undeclared identifier

 
Legal Notice Privacy Statement Corporate Governance Corporate Governance
(C)2004-2020 ADVDBG.ORG All Rights Reserved.