处理方法:

把#define ULONG_PTR ULONG  加到 stdafx文件 靠前面的位置

原因:

Visual C++ 6.0 开发环境, gdi+ 的头文件和库文件并没有被包含在环境中, 需要您手工安装

VC6 中没有 ULONG_PTR 类型

error C2065: 'ULONG_PTR' : undeclared identifier相关推荐

  1. error C2065: 'assert' : undeclared identifier

    F:\VC6.0 : error C2065: 'assert' : undeclared identifier 导入#include <assert.h> 转载于:https://www ...

  2. c语言编译kbhit出现问题,在VC++中运行出现error C2065: 'kbhit' : undeclared identifier,什么意思?怎么调试?...

    在VC++中运行出现error C2065: 'kbhit' : undeclared identifier,什么意思?怎么调试?0 yareate2013.04.08浏览493次分享举报 #defi ...

  3. Error C2065 'cout': undeclared identifier

    1 [问题背景]C++/MFC中出现 Error    C2065错误,即未定义xxx错误,而你使用的xxx是基础类库的,你心里想不可能不存在呀.当然排除你拼写错误的情况,咱不讨论这种情况. 2 [分 ...

  4. error C2065: ‘salary‘ : undeclared identifier

    报错:error C2065: 'salary' : undeclared identifier 例子 例子 int main() {int num;scanf("%d", &am ...

  5. error C2065: '_lpw ' : undeclared identifier

    error   C2065:   '_lpw '   :   undeclared   identifier VC6编译ATL工程时的错误(与W2A,W2T有关), 忘了用USES_CONVERSIO ...

  6. c语言 'max' : undeclared identifier,函数调用老是error C2065: 'getmax' : undeclared identifier怎么处理...

    函数调用老是error C2065: 'getmax' : undeclared identifier怎么办 #include #include                             ...

  7. 【C++】error C2065: ‘vector‘ : undeclared identifier

    问题: 使用vector时报错:error C2065: 'vector' : undeclared identifier 解决: 使用Vector  不仅需要加头文件 #include <ve ...

  8. error C2065: 'IDD_***' : undeclared identifier

    You have to include resource.h, where the resource editor defines 'IDC_***' or 'IDD_***' 转载于:https:/ ...

  9. VC解决error C2065: 'timeGetTime' : undeclared identi

    2009-03-28 13:40 在VC的.cpp中加入如下头文件及库的引用. #include <afxinet.h> #include <wininet.h> #inclu ...

最新文章

  1. 世界顶级赛事百万座位如何做到票务限时匹配?
  2. lvs keepalived
  3. 使用R语言对照片人物进行情绪分析
  4. CSP认证201604-3 路径解析[C++题解]:字符串处理、模拟、vector切分字符串
  5. linux查看flash插件更新,Linux用户:快更新Flash Player修复漏洞
  6. Struts2 在页面定义变量 s:set标签
  7. java调用MySQL脚本_Java调用SQL脚本执行常用的方法示例
  8. 小程序开发好学吗?需要掌握哪些知识技能?
  9. Javascript模式——函数提升 (笔记)
  10. Java多线程笔记(刘意day23、24)
  11. sqlmap运行mysql命令_sqlmap命令总结
  12. 英尺C语言,C语言中关于英尺、英寸、厘米的换算
  13. MySQL最全整理!java技术总监面试常见问题及答案
  14. Moss 2007入门--功能概述
  15. PS纳米纤维膜 聚苯乙烯 纤维直径500-2000nm
  16. 售电公司盈利模式,浅谈电力(运维)云平台运用
  17. [网赚项目] 分享一个刚需赚钱项目,可多重变现,月入好几个w
  18. linux bio 描述一段内存,Linux 通用块层 bio 详解
  19. Python-数据的多种存储形式
  20. 计算机音乐制作专业美国研究生,美国音乐制作专业研究生六大首选音乐学院

热门文章

  1. Apache Nifi 实战:多表导入实现及填坑 GitChat连接
  2. java work stealing_Java线程池之WorkStealingPool,任务窃取算法
  3. Instant类的使用
  4. 从Tom说JSP原理
  5. 【软件开发底层知识修炼】二十 深入理解可执行程序的结构
  6. Python 连接redis密码中特殊字符问题
  7. Java并发编程笔记之Semaphore信号量源码分析
  8. Linux服务部署之NTP时间服务器
  9. 数学题 HDOJ——2086 简单归纳
  10. 邻结矩阵的建立和 BFS,DFS;;