I did this before no problem, but for some reason when I complile my
project as a .dll the output (in the debug directory) is only the .dll
file and there is no corresponding .lib
Everything on msdn claims that the compiler will generate this lib for
you, but does not explain where the settings are to look at if it does
not generate this lib.
My executable needs this lib in order to use the .dll (implicit
linking)
Any ideas on what settings to look at?