Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Knowing Libs of DLL

Knowing Libs of DLL

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sakhalean
    wrote on last edited by
    #1

    Dear All, How do I know the Mfc Lib files referring MFC dll. Ex : knowing MFC42D.dll referencing LIB files.

    J A 2 Replies Last reply
    0
    • S Sakhalean

      Dear All, How do I know the Mfc Lib files referring MFC dll. Ex : knowing MFC42D.dll referencing LIB files.

      J Offline
      J Offline
      Jochen Arndt
      wrote on last edited by
      #2

      It is common practice to give the library file the same name as the DLL file. So the libary file for MFC42D.dll will be MFC42D.lib.

      1 Reply Last reply
      0
      • S Sakhalean

        Dear All, How do I know the Mfc Lib files referring MFC dll. Ex : knowing MFC42D.dll referencing LIB files.

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        Should be easy, you won't even get to the dll linking stage (which happens after compilation) if you don't have the necessary lib files included for the linker, so you'll get an error. ...and like Jochen already mentioned, it's customary to keep the same name.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups