ThePentiumGuy
Well-known member
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
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
![Smile :-) :-)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
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 by a moderator: