Let EXE call Dll source in VS2010 (VS2010Dll调试方法)
It is easy. Select the EXE project in thesolution,
Just by project->reference menu,
Add a new reference to the DLL project, the‘Copy local ’ must be true. Than ok.
You can debug dll by the exe.