Original Post
Ok I'm probably going to get flamed for this, but I honestly can't figure this out or find the answer in the docs. How do I successfully build a DLL in VS 2005? In older versions I could just select a DLL template from the new project wizard, but that option seems top have gone in the latest version. So I selected "Win32 application" instead, and tried setting everything to 'DLL' and "No entry point' etc, but the linker still fails telling me it can't find _tmain! There's got to be a simple way of doing this, right?