No defination for IDIRECTDRAW7?
-
I had seen a VC++ sourcecode used DirectX but i got a compile error:"error C2501: 'LPDIRECTDRAW7' : missing storage-class or type specifiers".I can find the discussion about IDIRECTDRAW7 MSDN but there is no declaration in which sad in MSDN. Would you please telling me where can I get the defination of IDIRECTDRAW7 that is it's defined in which header file.thanks. Scratch
-
I had seen a VC++ sourcecode used DirectX but i got a compile error:"error C2501: 'LPDIRECTDRAW7' : missing storage-class or type specifiers".I can find the discussion about IDIRECTDRAW7 MSDN but there is no declaration in which sad in MSDN. Would you please telling me where can I get the defination of IDIRECTDRAW7 that is it's defined in which header file.thanks. Scratch
IN the DirectDraw7 SDK, now defunct, you'll need to download 8. One thing that sucks with DX is constant upgrades and inter-incompatible SDK's. Christian After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001
-
IN the DirectDraw7 SDK, now defunct, you'll need to download 8. One thing that sucks with DX is constant upgrades and inter-incompatible SDK's. Christian After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001
-
Yes,I have the latest SDK,but it is still there.My puzzle is where did Microsoft put the declaration of IDIRECTDRAW7? Scratch