Changing a project to Statically Link
-
Is the there a way to change a project which was originally created to dynamically link to statically link to the MFC. TIA Matt(Padawan Learner)
-
Is the there a way to change a project which was originally created to dynamically link to statically link to the MFC. TIA Matt(Padawan Learner)
change the selection in : Project / Settings / General / Microsoft Foundation Classes -c
Image tools: ThumbNailer, Bobber, TIFFAssembler
-
Is the there a way to change a project which was originally created to dynamically link to statically link to the MFC. TIA Matt(Padawan Learner)
From DevStudio menu Project>Settings>General>Microsoft Moundation Classes: Use MFC in a static library
-
change the selection in : Project / Settings / General / Microsoft Foundation Classes -c
Image tools: ThumbNailer, Bobber, TIFFAssembler
-
You may also need to select project, settings, c++, code generation (from memory) and make sure that the C runtime is also statically linked. Cheers, Rob.
-
You may also need to select project, settings, c++, code generation (from memory) and make sure that the C runtime is also statically linked. Cheers, Rob.
No need, when you change the MFC link type, it automagically changes the CRT link type as well. --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT :bob: Homepage | RightClick-Encrypt | 1ClickPicGrabber
-
From DevStudio menu Project>Settings>General>Microsoft Moundation Classes: Use MFC in a static library
Thanks all. I got it changed and running. Sometimes there are too many options and I get wrapped around the axle looking for the right one.:~ Matt ( Padawan Learner )