Thread: DLL Link error

  1. #1
    Registered User big146's Avatar
    Join Date
    Apr 2003
    Posts
    74

    DLL Link error

    I just downloaded the new visual studio 2005 express beta and I am trying to build my project wich would compile and link fine using 2003.Net.But now using 2005 i get this error.

    LINK : fatal error LNK1296: unable to load pgodb80.dll
    Build log was saved at "file://d:\C++ practice files\NewM4\NewM4\Release\BuildLog.htm"
    NewM4 - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    Im not sure what is causing this. I looked up the error number in msdn and give about 30 reasons why this would happen.

    Any help would be appreciated.
    big146

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    You should know then that since the product is beta, it has no support. Have fun!

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  3. DX - CreateDevice - D3DERR_INVALIDCALL
    By Tonto in forum Game Programming
    Replies: 3
    Last Post: 12-01-2006, 07:17 PM
  4. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM