I have a MFC project which contains many project inside. now i want to make a dll file of this project can anyone provide information how to create dll from existing mfc project ?
EDIT
I have tried following
- Project Properties > Configuration > General > Configuration Type, should be changed from Application (.exe) to Dynamic Library (.dll)
- Project Properties > Configuration > C\C++ > General > Preprocessor definitions, add _AFXDLL
I have done this for the startup project does it contains all depending projects inside the dll ?