Thread: Release MFC Programs & Dynamic MFC DLL :: MFC

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Release MFC Programs & Dynamic MFC DLL :: MFC

    Hi.

    I have release one MFC program at my website. I am prepare a second program. In both cases, users that do not have the correct Visual C++ install with the right version of MFC dll cannot run the programs. I have tried compiling a "shared" and "static library" MFC program properties. Users not not having the correct version of MFC dlls on their system cannot run the programs.

    What is the best solution such that any user with or without the required MFC dll can run any MFC programs?

    Thanks,
    Kuphryn

  2. #2
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    Can you include the DLL with your program?

    - Sean
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Yeah. The program was compiled using the "static library" property for the *release*. The reason I could not get Visual C++ to include the MFC dlls inside the executable was because I have set the static library property for the debugger.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating DLL's to allow people to execute MFC programs
    By Jamsan in forum Windows Programming
    Replies: 1
    Last Post: 03-03-2003, 02:03 AM
  2. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  3. DLL Fundamentals :: MFC
    By kuphryn in forum Windows Programming
    Replies: 20
    Last Post: 08-15-2002, 02:08 PM
  4. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM
  5. Using MFC based DLL with C only exe
    By novacain in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2002, 03:40 PM