CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: DirectX

  1. #1
    Join Date
    May 1999
    Location
    Sweden
    Posts
    55

    DirectX

    Hi, I´m a total beginner to DirectX and would like to know if it is possible to use it with MFC? Are there any wrapped classes for this, or are Microsoft working on it?


  2. #2
    Join Date
    May 1999
    Posts
    67

    Yes you can use it with MFC

    Yes, you can use DirectX with MFC. I do so and i have no problems. I don't know whether there is a MFC wrapper or something like this, so i use DirectX in my CView derived class (but it's at the moment no special DirectX class).

    A good starting point is the book "inside directx" from microsoft press.

    Hope this helps
    R.Seibert


  3. #3
    Join Date
    May 1999
    Location
    CA, USA
    Posts
    586

    Re: DirectX

    There are quite a few MFC wrappers for Dx, here are some links:

    http://www.dxfc.com/
    http://www.geocities.com/SiliconVall.../articles.html
    http://www.resourcium.com/windows/

    That should get you started.

    Rail

    Recording Engineer/Software Developer
    Rail Jon Rogut Software
    [email protected]
    http://home.earthlink.net/~railro/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured