Thread: Updating a dll used with import library

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    69

    Updating a dll used with import library

    Hi,

    This is a Windows/VC++ specific question. Is it possible to replace a dll with a new version of that dll, if the dll is linked to an application with an import library? I don't want to have to recompile the application then. Will the application still work correctly? Or is this only possible with explicitly loaded (GetProcAddress) dlls?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> Is it possible to replace a dll with a new version of that dll
    Yes.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's an import library?
    By chiefmonkey in forum C++ Programming
    Replies: 1
    Last Post: 06-19-2009, 05:00 PM
  2. dllimport
    By George2 in forum C++ Programming
    Replies: 15
    Last Post: 02-23-2008, 04:35 AM
  3. DLL generated but related import library is missing?
    By George2 in forum C Programming
    Replies: 0
    Last Post: 08-18-2006, 12:13 AM
  4. DLL question
    By cboard_member in forum Game Programming
    Replies: 1
    Last Post: 04-24-2006, 02:19 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM