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. LInking Statically to MFC

LInking Statically to MFC

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++
2 Posts 2 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.
  • C Offline
    C Offline
    Code4Food
    wrote on last edited by
    #1

    OMG I can't believe I forgot the answer to this question. A long layoff (in the land of VB) and coming back I can't remember. When you statically link MFC do you have to include in your distributable the mfc70.dll? Or, does the user even need it? I know dynamically linking they would need it but can't remember about statically linking. TIA for such a dumb question. Code4Food ---- "There is no try; only do or do not" -Yoda

    R 1 Reply Last reply
    0
    • C Code4Food

      OMG I can't believe I forgot the answer to this question. A long layoff (in the land of VB) and coming back I can't remember. When you statically link MFC do you have to include in your distributable the mfc70.dll? Or, does the user even need it? I know dynamically linking they would need it but can't remember about statically linking. TIA for such a dumb question. Code4Food ---- "There is no try; only do or do not" -Yoda

      R Offline
      R Offline
      Rick York
      wrote on last edited by
      #2

      No - static linking means everything needed from MFC is linked into the app statically. No MFC DLL is needed. The Ten Commandments For C Programmers

      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