Hey I get the following error at compiling the source:
unresolved external symbol "D3DX11CreateTextureFromMemory".
If i rightclick the method I am able to jump to the declaration which is found in "D3DX11tex.h"
I added "include <d3dx11.h>" to my source but it still gives me that error. What can I do about that?