Visual C++ 6.0
When I go to compile my ATL project in 'Release MinSize' (defined by project wizard when project created) I get linker errors:

LIBCMT.lib(fpinit.obj) : error LNK2005: __fltused already defined in StdAfx.obj
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main

I have no problems when I compiled in Debug.
I think this is due to the _ATL_ preprocessor symbols but I am not sure. Does anyone have any info on this.

Thanks,
Dave V.