Thread: Unresolved external in d3dx9.lib

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Unresolved external in d3dx9.lib

    I just d/l the DirectX 9.0c SDK Summer Update 2004 and everything worked fine till I tried to use it.

    I get an unresolved external in d3dx9.lib:

    void fastftoa() - unresolved external symbol _dllam or something?


    Anyone else get this?

    I can't fix this because the error is coming from the d3dx9.lib, not from my code.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    A quick google troll suggests this is a problem with VC6 and the new libraries

    They suggest you download the 'DirectX SDK Extras (summer 2004)'

    Probably - http://www.microsoft.com/downloads/d...displaylang=en

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Thanks Fordy. I didn't even think to look on google. My fault.

    Guess MSVC 6 is getting older and older. But I don't wanna shell out more money for MSVC .NET just yet.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by Bubba
    Thanks Fordy. I didn't even think to look on google. My fault.

    Guess MSVC 6 is getting older and older. But I don't wanna shell out more money for MSVC .NET just yet.
    Then get it free - http://msdn.microsoft.com/visualc/vctoolkit2003/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  4. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM
  5. Unresolved external symbols in OGL
    By Shadow12345 in forum Game Programming
    Replies: 4
    Last Post: 08-04-2002, 09:46 PM