|
-
October 8th, 1999, 08:28 AM
#1
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
-
October 8th, 1999, 08:35 AM
#2
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.
-
October 8th, 1999, 09:15 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|