Thread: mfc as shared dll

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    223

    mfc as shared dll

    Does anyone know how to use the MFC as a shared dll. In other words what files must I distribute and to what folders

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: mfc as shared dll

    Originally posted by zMan
    Does anyone know how to use the MFC as a shared dll. In other words what files must I distribute and to what folders
    The Dll version depends on your version of VC++..

    The Pro & enterprise versions allow you to statically link the mfc runtime...making distribution easier....

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    223

    I usually use static

    I usually do use static linking, but the program that I am working on requires dynamic linking. The reason is that I am using some additional features that either require me to dynamically link it or modify the daocore.cpp. I prefer not to modify and recompile the daocore.cpp file.
    zMan

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. DLL Fundamentals :: MFC
    By kuphryn in forum Windows Programming
    Replies: 20
    Last Post: 08-15-2002, 02:08 PM
  3. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM
  4. Release MFC Programs & Dynamic MFC DLL :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 05-18-2002, 06:42 PM
  5. MFC: Multi-threaded DLL Errors & Related Syntax :: C++
    By kuphryn in forum C++ Programming
    Replies: 3
    Last Post: 02-13-2002, 09:02 AM