Thread: Linker problem

  1. #1
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321

    Linker problem

    I am on the verge of creating my very first DirectX program....
    But when i build my Solution, i get this wierd error:

    Code:
    LINK : fatal error LNK1104: cannot open file 'dxerr.lib'
    What's wierd about it is that i can't understand why that error exists, because i have 'dxerr.lib' in my linker directory on my project settings.....

    Can somebody help me please...
    Thank you in Advance!

  2. #2
    Sanity is for the weak! beene's Avatar
    Join Date
    Jul 2006
    Posts
    321
    It's ok everyone...
    I solved it.

    I had the lib include file in the include directory instead of the lib directory...
    Silly Mistake.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mysterious Linker Error
    By Night_Blade in forum Windows Programming
    Replies: 0
    Last Post: 04-30-2006, 01:50 PM
  2. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  3. vc++ linker options problem
    By fnoyan in forum C++ Programming
    Replies: 2
    Last Post: 12-08-2005, 11:22 AM
  4. Replies: 5
    Last Post: 11-07-2005, 11:34 PM
  5. half ADT (nested struct) problem...
    By CyC|OpS in forum C Programming
    Replies: 1
    Last Post: 10-26-2002, 08:37 AM