CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Static linking of MFC..

    Hi !

    I want to link the MFC static, so that my .exe will run on computers widthout the MFC-DLLs installed.. Someone told me to look at Project->Options and then a ComboBox called "Microsoft Foundation Classes". But in this ComboBox, I only get one entry saying "Using MFC in one shared DLL". So this is obviusly dynamic linking. I tried it in Debug- and Release-Version, there is always only this entry in this ComboBox. How can I link MFC static ?? I'm using VC++ 6.0.

    Regards

    Martin




  2. #2
    Join Date
    Sep 1999
    Location
    Europe / Austria / Innsbruck
    Posts
    442

    Re: Static linking of MFC..

    Hi, you must have the Standard Edition of Visual C++, but static linking is only possible with the Professional or Enterprise Edition.


  3. #3
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Re: Static linking of MFC..

    .. okay, that's it. This is really....*arrrrgggggh*

    <P>
    But thanks for your answer.

    Regards

    Martin



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured