cannot open file "3dx9dt.lib" what?

Started by
2 comments, last by jollyjeffers 18 years, 4 months ago
Linking...
LINK : fatal error LNK1104: cannot open file "3dx9dt.lib"
Error executing link.exe.
What hell is this error? How can i correct it? Any idea?
1pad4life7
Advertisement
The linker (the last step in building an executable) tries to bind against the specfified library, but could not due to missing the file. Either the name of the library is wrong, or else you have not set-up the search pathes (where to find the library) correctly, or else you don't have that library on your computer.
Thanks i've solved the problem. Thanks a lot!
1pad4life7
I don't have the time to double-check the details right now... but I think this library disappeared at the same time as D3DX became a dynamic/separate library. Got a feeling I hit the same error when I ported some pre-Feb05 code to a post-Feb05 SDK [smile]

hth
Jack

<hr align="left" width="25%" />
Jack Hoxley <small>[</small><small> Forum FAQ | Revised FAQ | MVP Profile | Developer Journal ]</small>

This topic is closed to new replies.

Advertisement