ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
59.76k stars 10.17k forks source link

where to find d3dx9tex.h #6848

Closed CoolFox29281819 closed 1 year ago

CoolFox29281819 commented 1 year ago

Just looking for a download for d3dx9tex.h

I have the directx9 sdk downloaded and this one doesnt appear to work:

https://github.com/apitrace/dxsdk/blob/master/Include/d3dx9tex.h

image

sakiodre commented 1 year ago

If I remember correctly, you must download and install DirectX SDK, and make sure that you added $(DXSDK_DIR)Include to your additional include directories.

CoolFox29281819 commented 1 year ago

Thanks! That appears to work.

CoolFox29281819 commented 1 year ago

Hello, do you know how I can fix this?

image

I am only including d3dx9tex.h once.

nicolasnoble commented 1 year ago

You now need to also link in the library, not just set its include path, probably d3d9.lib.

Note that this isn't an issue with ImGui itself.

ocornut commented 1 year ago

Closing as answered. Coolfox you've opened 7 issues and never really cared about issue opening guideline and issue template, we'll need you to throttle down and put a little more effort reading the information and guidelines we are providing.