I'm trying to use a ".bas" File from a DX7 Tutoral.
Dim ds As DirectSound
Dim dx As New DirectX7
are not working
I have DX7
AND the ".Bas" file works in the Tutoral.
Printable View
I'm trying to use a ".bas" File from a DX7 Tutoral.
Dim ds As DirectSound
Dim dx As New DirectX7
are not working
I have DX7
AND the ".Bas" file works in the Tutoral.
Check the references to make sure you have included the DX7 types.
what do you mean?
"DX7 types"
i got the TUTORAL from
http://members.home.net/theluckyleper
anyone?
Sorry for the delay :)
In the menu bar, go to Project->References and tick the box next to 'DirectX 7 For Visual Basic Type Library', then click OK. You need to include this type information so that VB knows how the DX7 types/classes you're using are structured.