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

    DirectX 6.0 Interfaces

    Hello.

    DirectX 6.0 introduces quite a few new interfaces, for example IDirect3DRM3 and IDirectDraw4. But when these interface are used the compiler does not get the definitions for them. They're defined in the DirectX header files. Can anyone explain this to me.


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: DirectX 6.0 Interfaces


    In order to improve the DirectX perfromance,
    We still add X.lib and .h to build the directX
    application, so it can direct access the
    funtion you need, so it seem like the Dll
    here to call the interface.
    leolin


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