I have VS 2005 Express Edition and Platform SDK 2003.
Why doesn't VS allow me to create a DLL?


I have VS 2005 Express Edition and Platform SDK 2003.
Why doesn't VS allow me to create a DLL?


Seems to be a known VS 2005 Express Edition bug. Similar issues documented here and here.
So set it up as an .exe, then go into the solution properties, Configuration > General > Configure Type and change to .dll. That should give same result as if DLL option was available.