>I have a C++ unmanaged .exe project in VC++ .net (7.1)
>I get the linker warning:
[quoted text clipped - 6 lines]
>
>What could still be causing this warning?
Check the project's compiler settings: C/C++, General, Debug
Information Format.
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
mark6139@yahoo.com - 30 Sep 2005 00:17 GMT
Dave,
Thanks for your reply.
It was set to Program Database for Edit & Continue. I tried switching
it to Program Database and I still get the warning.
David Lowndes - 30 Sep 2005 07:37 GMT
>It was set to Program Database for Edit & Continue. I tried switching
>it to Program Database and I still get the warning.
Have you re-built everything - including any static library projects
(that have their own setting)?
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq