c:/vc/hehfpictool/gdiplus//gdiplusinit.h(39) : error C2065: 'ULONG_PTR' : undeclared identifier
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(39) : error C2065: 'token' : undeclared identifier
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(39) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(39) : error C2071: 'NotificationHookProc' : illegal storage class
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(40) : error C2146: syntax error : missing ')' before identifier 'token'
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(40) : error C2165: 'left-side modifier' : cannot modify pointers to data
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(40) : error C2071: 'NotificationUnhookProc' : illegal storage class
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(40) : error C2059: syntax error : ')'
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(91) : error C2059: syntax error : 'const'
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(97) : error C2146: syntax error : missing ')' before identifier 'token'
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(97) : warning C4229: anachronism used : modifiers on data are ignored
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(97) : error C2182: 'GdiplusShutdown' : illegal use of type 'void'
c:/vc/hehfpictool/gdiplus//gdiplusinit.h(97) : error C2059: syntax error : ')'
c:/vc/hehfpictool/showgif.h(96) : error C2146: syntax error : missing ';' before identifier 'm_pGdiToken'
c:/vc/hehfpictool/showgif.h(96) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
c:/vc/hehfpictool/showgif.h(96) : error C2501: 'm_pGdiToken' : missing storage-class or type specifiers
Generating Code...
Error executing cl.exe.
HehfPicTool.exe - 15 error(s), 3 warning(s)
处理方法:
把#define ULONG_PTR ULONG 加到 stdafx文件 靠前面的位置
原因:
Visual C++ 6.0 开发环境, gdi+ 的头文件和库文件并没有被包含在环境中, 需要您手工安装
VC6 中没有 ULONG_PTR 类型