Missing files, DirectX SDK (d3dx9.lib, d3dx9.h)

前端 未结 4 1565
面向向阳花
面向向阳花 2021-02-02 17:35

I installed the DirectX SDK June 10, but when I include the d3dx9.h, the compiler can\'t find it.

I checked the SDK directory, and I didn\'t fi

4条回答
  •  情话喂你
    2021-02-02 18:03

    The library file (d3dx9.lib) should be in C:\path\to\Microsoft DirectX SDK (June 2010)\Lib\x86\ as well as in C:\path\to\Microsoft DirectX SDK (June 2010)\Lib\x64\

    Both include files you mentioned exist in C:\path\to\Microsoft DirectX SDK (June 2010)\Include\

    If you're still not able to find them, download and install the SDK from here: http://www.microsoft.com/en-us/download/details.aspx?id=6812

    I downloaded and used this one and I can asure you, that those files are present!!

提交回复
热议问题