| Author |
VS 2005 Common Control Manifest Question???
|
|
| Nobody 2005-11-07, 7:19 pm |
| So I create a VS2005 project and have the Comctl6 manifest box checked...
this file doesn't seem to be created anywhere... nor does the app end up
using it Comctl6!
Don't tell me I need to create this by hand now??? (or manually copy it from
an older project)???
Thats quite poor...
| |
| David Lowndes 2005-11-07, 7:19 pm |
| >So I create a VS2005 project and have the Comctl6 manifest box checked...
>this file doesn't seem to be created anywhere... nor does the app end up
>using it Comctl6!
To get the V6 manifest you need to be building a Unicode version of
your application.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
| |
| rogojin 2005-11-14, 1:29 am |
| I've got the same problem. My project is Unicode. I can't find any documentation about this. Any suggestions? What creates the auto manifest? |
|
|
|