| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 766 人关注过本帖
标题:GDI+编程编译错误
只看楼主 加入收藏
chen3bing
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:507
专家分:104
注 册:2008-11-12
结帖率:91.22%
收藏
 问题点数:0 回复次数:0 
GDI+编程编译错误
我使用GDI+编程,
有这么几条语句:
#include "Gdiplus/GdiPlus.h"
#define ULONG_PTR ULONG                                        // GDI+使用了ULONG_PTR类型,而VC6没有定义

#pragma comment(lib, "Gdiplus/GdiPlus.lib")        
using namespace Gdiplus;                                //这是14行
最后那句编译出错:
d:\vc\2. tm(实例源程序)\tm(实例源程序)\sl\12\16\convertimage\convertimagedlg.h(14) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information
ConvertImageDlg.cpp
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\ConvertImage.sbr': No such file or directory
执行 bscmake.exe 时出错.

ConvertImage.exe - 1 error(s), 0 warning(s)
请高手指教,如何解决?谢谢!
搜索更多相关主题的帖子: file 编译 编程 GDI 出错 
2022-12-14 17:14
快速回复:GDI+编程编译错误
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014772 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved