MS Visual C++ .NET Question

Baseline

Member
Sep 24, 2001
183
0
0
How do you turn on Use MFC in a Static Library at a certain point in time in your project? I know that in the beginning when you create an MFC application, there are some wizard options and one is to enable Use MFC in a Static Library, but that makes it so that it's permanently on throughout the whole project right? I want to turn it on for my final release and turn it off when debugging, testing and compiling. Anyone know how to do this? I searched MSDN and only found articles on doing this in VC++ 6.0..

Dan
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Right click on the Project name in the Solution Explorer (not the solution name)->Properties->Configuration Properties->General->Use of MFC