Dx Sdk

  • Thread starter Thread starter WStoreyII
  • Start date Start date
W

WStoreyII

I downloaded the dx9 sdk and i was trying to view the samples but it cant
fidn the microsoft.directx that it references to how do i fix this and also
how do i add it to my projects???

WStoreyII
 
WStoreyII said:
I downloaded the dx9 sdk and i was trying to view the samples but it cant
fidn the microsoft.directx that it references to how do i fix this and also
how do i add it to my projects???

Select Add a Reference, then Browse, and go to (probably)
C:\WINDOWS\Microsoft.NET\Managed DirectX, then pick the directory with the
highest version number, and selected all those files. I don't know what the
problem is with the samples, but that should let you create your own DirectX
project.

Jeremy
 
Cor said:
One of the things, you cannot use it directly with option Strict on

I'm not sure what you mean? I've had several projects that use Managed
DirectX, and I always have Option Strict on.

Jeremy
 
Hi Jeremy,

I did install it (pure from curiosity) and when I start a project and
clicked debug I get a cast error
in d3dfont.vb
x = spacingChar = Math.Ceiling(size.Height * 0.3)

It are not much, but they are,

Cor
 
Back
Top