As far as I can tell, Visual Studio 2008 provides two ways to create an MFC DLL:
- New Project โ MFC DLL
- New project -> Win32 project -> select DLL, export symbols and MFC
What is the difference? Both methods seem to generate completely different start code. The second methods seem to generate the code that I expect to see for the DLL. Thanks.
c ++ dll visual-studio-2008 mfc
Jim fell
source share