回 帖 发 新 帖 刷新版面

主题:怎么在VC6.0中使用GDI+?我把DLL,LIB和.h文件都加进去了,我什么都还没写呢,错就出了

--------------------Configuration: Myimgapp - Win32 Release--------------------
Compiling...
StdAfx.cpp
G:\VC98\INCLUDE\GdiplusInit.h(39) : error C2065: 'ULONG_PTR' : undeclared identifier
G:\VC98\INCLUDE\GdiplusInit.h(39) : error C2065: 'token' : undeclared identifier
G:\VC98\INCLUDE\GdiplusInit.h(39) : error C2165: 'left-side modifier' : cannot modify pointers to data
G:\VC98\INCLUDE\GdiplusInit.h(39) : error C2071: 'NotificationHookProc' : illegal storage class
G:\VC98\INCLUDE\GdiplusInit.h(40) : error C2146: syntax error : missing ')' before identifier 'token'
G:\VC98\INCLUDE\GdiplusInit.h(40) : error C2165: 'left-side modifier' : cannot modify pointers to data
G:\VC98\INCLUDE\GdiplusInit.h(40) : error C2071: 'NotificationUnhookProc' : illegal storage class
G:\VC98\INCLUDE\GdiplusInit.h(40) : error C2059: syntax error : ')'
G:\VC98\INCLUDE\GdiplusInit.h(91) : error C2059: syntax error : 'const'
G:\VC98\INCLUDE\GdiplusInit.h(97) : error C2146: syntax error : missing ')' before identifier 'token'
G:\VC98\INCLUDE\GdiplusInit.h(97) : warning C4229: anachronism used : modifiers on data are ignored
G:\VC98\INCLUDE\GdiplusInit.h(97) : error C2182: 'GdiplusShutdown' : illegal use of type 'void'
G:\VC98\INCLUDE\GdiplusInit.h(97) : error C2059: syntax error : ')'
Error executing cl.exe.

Myimgapp.exe - 12 error(s), 1 warning(s)

回复列表 (共1个回复)

沙发

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

我来回复

您尚未登录,请登录后再回复。点此登录或注册