阅读:3106回复:2
求救:定义DWORD_PTR的这个头文件到底在那里?
C:\DXSDK\INCLUDE\dsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
C:\DXSDK\INCLUDE\dsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers C:\DXSDK\INCLUDE\dsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers C:\DXSDK\INCLUDE\dsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2' C:\DXSDK\INCLUDE\dsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers C:\DXSDK\INCLUDE\dsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers |
|
|
沙发#
发布于:2004-07-01 17:19
DWORD_PTR在Wininet.h中有定义,可能是你的Wininet.h文件比较旧,没有它的定义,你安装一个新的SDK,就可以了
|
|
|
板凳#
发布于:2004-07-01 17:22
在VC中把SDK Include目录放在最上面试试
|
|
|