Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1152951
  • 博文数量: 222
  • 博客积分: 5262
  • 博客等级: 大校
  • 技术积分: 3028
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-22 19:10
文章分类

全部博文(222)

文章存档

2012年(2)

2011年(192)

2010年(28)

分类: C/C++

2011-01-25 15:32:08

error C2065: 'ULONG_PTR' : undeclared identifier 收藏
document.body.oncopy = function () { if (window.clipboardData) { setTimeout(function () { var text = clipboardData.getData("text"); if (text && text.length > 300) { text = text + "\r\n\n本文来自CSDN博客,转载请标明出处:" + location.href; clipboardData.setData("text", text); } }, 100); } } function StorePage() { d = document; t = d.selection ? (d.selection.type != 'None' ? d.selection.createRange().text : '') : (d.getSelection ? d.getSelection() : ''); void (keyit = window.open('' + escape(d.title) + '&u=' + escape(d.location.href) + '&c=' + escape(t), 'keyit', 'scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes')); keyit.focus(); }

处理方法:

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

原因:

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

VC6 中没有 ULONG_PTR 类型

阅读(1173) | 评论(0) | 转发(0) |
0

上一篇:qt Qstring到char*的转换

下一篇:vc日志

给主人留下些什么吧!~~