RE: Directx 9 SDK & VB.NET - Problem with namespace libraries!

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Thierry_St_Malo (Thierry_St_Malo_at_discussions.microsoft.com)
Date: 10/31/04

  • Next message: Brian: "Re: Directx and vb6"
    Date: Sun, 31 Oct 2004 08:31:01 -0800
    
    

    Hi, Jorge!
    I have the same problem as Martin, and my question is: How do I install the
    managed DirectX DLLs? I use VB.Net 7.0 and .NET framework 1.0.
    Thanks in advance
    Thierry

    "Jorge" wrote:

    > Hi Martin
    > You need to install the managed directx dlls before you
    > use it vb.net.
    >
    > Kind Regards
    > Jorge
    > >-----Original Message-----
    > >Hi all,
    > >
    > >I have Visual Studio .NET (including VB .NET).
    > >
    > >I just installed DirectX 9 SDK.
    > >
    > >How can I include the DirectX libraries in the Microsoft
    > namespace so the
    > >following Import will work:
    > >
    > >Imports Microsoft.DirectX.Direct3D
    > >Imports Microsoft.DirectX
    > >
    > >Right now it is saying:
    > >
    > >C:\WindowsApplication1\ClsGameEngine.vb(1): Namespace or
    > type 'Direct3D' for
    > >the Imports 'Microsoft.DirectX.Direct3D' cannot be found.
    > >
    > >When I type Microsoft. the code completion does not see
    > DirectX as a
    > >namespace that is part of the Microsoft namespace.
    > >
    > >More:
    > >If I try to open one of the samples included with the
    > SDK I find that the
    > >namespace starting with "Microsoft.DirectX" are marked
    > with a yellow
    > >exclamation mark icon, and if I try to compile the
    > program it raise many
    > >errors.
    > >
    > >Does anyone have the solution ?
    > >
    > >Thanks!
    > >Martin
    > >.
    > >
    >


  • Next message: Brian: "Re: Directx and vb6"