LInking Statically to MFC
-
OMG I can't believe I forgot the answer to this question. A long layoff (in the land of VB) and coming back I can't remember. When you statically link MFC do you have to include in your distributable the mfc70.dll? Or, does the user even need it? I know dynamically linking they would need it but can't remember about statically linking. TIA for such a dumb question. Code4Food ---- "There is no try; only do or do not" -Yoda
-
OMG I can't believe I forgot the answer to this question. A long layoff (in the land of VB) and coming back I can't remember. When you statically link MFC do you have to include in your distributable the mfc70.dll? Or, does the user even need it? I know dynamically linking they would need it but can't remember about statically linking. TIA for such a dumb question. Code4Food ---- "There is no try; only do or do not" -Yoda
No - static linking means everything needed from MFC is linked into the app statically. No MFC DLL is needed. The Ten Commandments For C Programmers