d3dx9.lib help

Posts 14 of 4 · Page 1 of 1
d3dx9.lib help
Code:
LINK : fatal error LNK1104: cannot open file 'd3dx9.lib'
This happens when I try to build.

The code where the error is:
Code:
#pragma comment(lib, "d3dx9.lib")
I don't know why this is happening. I included d3dx9.lib in the external dependencies and it still won't build.
copy the d3dx9.lib into your root project directory, then it works.
/Moved to help section .
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?