As far as I can tell, Visual Studio 2008 provides two ways of making a MFC DLL:
- New Project -> MFC DLL
- New Project -> Win32 Project -> select DLL, Export symbols, & MFC
What is the difference? The two methods seem to generate very different starter code. The second methods appears to generate code that I would expect to see for a DLL. Thanks.