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
Dan