Scott MacMaster
June 11th, 2003, 10:40 PM
I have just downloaded the DirectX 9.0 SDK (http://www.microsoft.com/downloads/details.aspx?FamilyID=124552ff-8363-47fd-8f3b-36c226e04c85&displaylang=en) and I'm trying to figure out how to use it but the samples and the projects the Wizard generates won't compile.
The error I get says, "error CS0234: The type or namespace name 'DirectX' does not exist in the class or namespace 'Microsoft' (are you missing an assembly reference?)"
That error applies to this line,
using Microsoft.DirectX;
It also says this for a number of other namespaces under Microsoft that are related to DirectX.
My guess is that the installer didn't configure my system currently. However, I have no idea as to how to go about getting this to work.
Does anyone know how to get this to work.
Thanks,
Scott MacMaster
The error I get says, "error CS0234: The type or namespace name 'DirectX' does not exist in the class or namespace 'Microsoft' (are you missing an assembly reference?)"
That error applies to this line,
using Microsoft.DirectX;
It also says this for a number of other namespaces under Microsoft that are related to DirectX.
My guess is that the installer didn't configure my system currently. However, I have no idea as to how to go about getting this to work.
Does anyone know how to get this to work.
Thanks,
Scott MacMaster