Game Development Community

TSE/DirectX/VC2005 help

by Morrie · in Torque Game Engine Advanced · 09/28/2006 (12:09 pm) · 3 replies

My VC2005 is not detecting DirectX files. I get a Fatal error it says:

6>Linking...
6>LINK : fatal error LNK1104: cannot open file 'd3d9.lib'
6>Creating browse information file...
6>Microsoft Browse Information Maintenance Utility Version 8.00.50727
6>Copyright (C) Microsoft Corporation. All rights reserved.
6>Build log was saved at "file://c:\tse\engine\out.vc8.win32.debug\BuildLog.htm"
6>Torque Shader Engine - 1 error(s), 6 warning(s)
========== Build: 5 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

#1
09/28/2006 (12:21 pm)
Try reinstalling the DX SDK. It usually registers its directories with Visual Studio on its own when it's installed. Otherwise check the include and lib directories in the options to make sure they're pointing to the right place.
#2
09/28/2006 (1:06 pm)
Scott
Thank you,
It worked.
#3
09/28/2006 (1:19 pm)
Glad I could help.