I have a VS generated C++ Win32 DLL project. It has the following files:
stdafx.h targetver.h myProject.h dllmain.cpp myProject.cpp stdafx.cpp
I can remove targetver.h, and merge dllmain.cpp into myProject.cpp. What more can I do to get the simplest file structure, preferably one file. I need to dynamically emit this code file and build it into a Win32 DLL.