|
我编译samples里面的任何一个,都出现下面问题(VC6+SP5 W2K+SP4)
请各位高手解答,为什么刚刚装好的就这样????
Compiling resources...
Compiling...
d3dapp.cpp
C:\DXSDK\Samples\C++\common\src\d3dapp.cpp(835) : error C2065: 'ULongToHandle' : undeclared identifier
d3denumeration.cpp
d3dfile.cpp
d3dfont.cpp
d3dsettings.cpp
C:\DXSDK\Samples\C++\Common\src\d3dsettings.cpp(276) : error C2664: 'DialogBoxParamA' : cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)'
None of the functions with this name in scope match the target type
C:\DXSDK\Samples\C++\Common\src\d3dsettings.cpp(498) : error C2065: 'ULongToPtr' : undeclared identifier
C:\DXSDK\Samples\C++\Common\src\d3dsettings.cpp(671) : error C2065: 'UlongToPtr' : undeclared identifier
|
|