Summer Update -> Problems!

ThePentiumGuy

Senior Contributor
Joined
May 21, 2003
Messages
1,113
Location
Boston, Massachusetts
hey,
i just downloaded the directX summer update.
now when i try to add my references in vb.net, Microsoft.DirectX.dll doesnt exist!

any suggestions would be helpful,
thx

note: installing the summer update made it work with C++, but now it doesnt work with vb.net! <--- i take that back :-), in C++, i can do something like:
LPDIRECT3DDEVICE9 d3ddev = NULL;
then type in
d3ddev->(something); the intellisense will work.but when i execute the program it doesnt knowwhat n LPDIRECT3DDEVICE9 is
 
Last edited:
Ugg Summer Update

I have had nothing but problems since i installed that the most fun is that when i refrence the 1901 build items somehow it keeps changing back to the 900 builds and really messing up, not to mention that the fonts wont work for me at all.
 
Back
Top