Thread: Mfc Dll

  1. #1
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186

    Question Mfc Dll

    I'm using Microsoft Visual C++ 6.0 and instead of sharing the mfc dll i would like to compile this in with whatever program im making. I remember seeing an option for it, but when i go to project settings it only gives me the option of sharing the dll. Am i hallucinating or does that option exist?
    the best things in life are simple.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Project Menu-->Settings: 'General' tab, select your option from the 'Microsoft Foundation Classes' drop-down combobox ' - in your case 'Use MFC in a static library' (which is only an option in pro & ent editions, it's absent in the std edition of msvc6).

  3. #3
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    Thanks!
    the best things in life are simple.

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