Thread: d3dx9.lib help

Results 1 to 4 of 4
  1. #1
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding

    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.
    Last edited by Krypton1x; 07-07-2010 at 07:09 PM.

  2. #2
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    copy the d3dx9.lib into your root project directory, then it works.


  3. #3
    Casey95's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Your BED ;)
    Posts
    656
    Reputation
    4
    Thanks
    457
    My Mood
    Amused
    DOWNLOAD MicroSoft C++ 2008 https://www.microsof*****m/downloads/d...displaylang=en


    Press Thanks if works
    Last edited by Casey95; 07-07-2010 at 09:31 PM.

  4. #4
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    /Moved to help section .

Similar Threads

  1. [Help] Need D3dx9.lib
    By xdajay in forum C++/C Programming
    Replies: 17
    Last Post: 10-04-2011, 12:02 PM
  2. [HELP] d3dx9.h in Hack CA dont Compile
    By filecroc in forum C++/C Programming
    Replies: 6
    Last Post: 09-29-2010, 11:49 AM
  3. 1>LINK : fatal error LNK1181: cannot open input file 'd3dx9.lib'
    By ipwnuuaal5 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 08-29-2010, 02:31 AM
  4. [Help] SYMBOL/LIB REFERENCES
    By freedompeace in forum C++/C Programming
    Replies: 5
    Last Post: 08-20-2010, 08:51 PM
  5. d3dx9.lib help
    By Krypton1x in forum C++/C Programming
    Replies: 12
    Last Post: 07-11-2010, 08:43 PM