Click to See Complete Forum and Search --> : Static linking of MFC..


martho
October 8th, 1999, 08:28 AM
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

Thomas Ascher
October 8th, 1999, 08:35 AM
Hi, you must have the Standard Edition of Visual C++, but static linking is only possible with the Professional or Enterprise Edition.

martho
October 8th, 1999, 09:15 AM
.. okay, that's it. This is really....*arrrrgggggh*

<P>
But thanks for your answer.

Regards

Martin