Q: This is a .dll that cannot build (and not a .exe that uses a .dll), right?
Q: Is there anything in your .dll source with DllMain ()?
If not, can you add one?
Q: Are you sure that the project settings are configured for the "DLL"? For "/ MT" (multi-threaded static link)?
Q: Otherwise, do you plan to create a new project by creating a "hello world" .dll and checking that it builds?
source share