I've imported a project from Visual Studio 2003 into VS2005. So far so good.
When building the UI project, it fails with a duplicate manifest. I had
defined in the resource file an include for a manifest for each platform so
that I get the new XP common controls, and apparently VS2005 creates a
manifest itself. I took out mine and then the compile was successful.
Unfortunately, my app lost the XP controls.
In looking at the manifest that VS2005 now generates magically, it has 2
entries for MFC dll's, but none for the common control DLL.
I created a new test project in VS2005, and it magically had 3 entries in
its manifest, including the common control DLL.
I can't figure out how it is done!
How do I configure my project so that it will insert a 6.0.0.0 common
control dll in the manifest?
Thanks,
Bob