how to fix please c++

ADRIAN 0 Reputation points
2024-06-29T02:46:33.57+00:00

User's image

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,628 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 83,101 Reputation points
    2024-06-29T07:38:12.49+00:00

    D3DX11 has been removed, but you can get it from NuGet, as MSDN says :

    https://video2.skills-academy.com/en-us/windows/win32/directx-sdk--august-2009-

    0 comments No comments

  2. Minxin Yu 10,871 Reputation points Microsoft Vendor
    2024-07-01T02:56:26.2333333+00:00

    Hi, @ADRIAN

    After installing Microsoft.DXSDK.D3DX package from NUGET, please check the project configuration.

    D3DX11.lib is for Release mode,

    D3DX11d.lib is for Debug mode.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments