初学VC:调试中的redefinition问题,内详,谢谢.
从网上(http://codeguru.earthweb.com/bitmap/WindowBitmap.html)下载了一个例子,在我机器上编译时出现这种错误,请问该怎么修改?
--------------------Configuration: WindowBitmap - Win32 Debug--------------------
Compiling...
BitmapFile.cpp
d:\windowbitmap\jmorecfg.h(181) : error C2371: 'INT32' : redefinition; different basic types
d:\dxsdk\include\basetsd.h(32) : see declaration of 'INT32'
WindowBitmapDlg.cpp
d:\windowbitmap\jmorecfg.h(181) : error C2371: 'INT32' : redefinition; different basic types
d:\dxsdk\include\basetsd.h(32) : see declaration of 'INT32'
Generating Code...
Error executing cl.exe.
WindowBitmap.exe - 2 error(s), 0 warning(s)
另外我下载得到了这样两个压缩包,我希望在自己的工程文件中使用,应该怎么做?
Download demo project - 232 Kb
Download Library source - 773 Kb