Click here to Skip to main content
15,912,665 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Visual C++ 2003 Redistributables [Solved] Pin
bob1697219-Nov-08 5:29
bob1697219-Nov-08 5:29 
QuestionMFC and Vista General Question Pin
sabdalla8019-Nov-08 4:42
sabdalla8019-Nov-08 4:42 
AnswerRe: MFC and Vista General Question Pin
bob1697219-Nov-08 4:56
bob1697219-Nov-08 4:56 
GeneralRe: MFC and Vista General Question Pin
sabdalla8019-Nov-08 5:32
sabdalla8019-Nov-08 5:32 
GeneralRe: MFC and Vista General Question Pin
bob1697219-Nov-08 6:04
bob1697219-Nov-08 6:04 
GeneralRe: MFC and Vista General Question Pin
bob1697219-Nov-08 7:07
bob1697219-Nov-08 7:07 
GeneralRe: MFC and Vista General Question Pin
bob1697219-Nov-08 7:10
bob1697219-Nov-08 7:10 
GeneralRe: MFC and Vista General Question [modified] Pin
sabdalla8019-Nov-08 7:21
sabdalla8019-Nov-08 7:21 
Thanks,
I am using VS 2005 which has the following format:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
</assembly>


should my Manifest look like this to take care of my problem?
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*' />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>

////////////////Added this below ////////
     com:asm.v2">
      <ms_asmv2:security>
         <ms_asmv2:requestedPrivileges>
            <ms_asmv2:requestedExecutionLevel level="requireAdminstrator">
            </ms_asmv2:requestedExecutionLevel>
         </ms_asmv2:requestedPrivileges>
      </ms_asmv2:security>
   </ms_asmv2:trustInfo>
///////////////////////////////////////

</assembly>


modified on Wednesday, November 19, 2008 2:00 PM

GeneralRe: MFC and Vista General Question Pin
bob1697219-Nov-08 8:09
bob1697219-Nov-08 8:09 
General[Message Deleted] Pin
sabdalla8019-Nov-08 10:02
sabdalla8019-Nov-08 10:02 
GeneralRe: MFC and Vista General Question Pin
bob1697219-Nov-08 12:10
bob1697219-Nov-08 12:10 
Questionproblem creating a colored icon Pin
tudorbalan19-Nov-08 4:13
tudorbalan19-Nov-08 4:13 
QuestionRe: problem creating a colored icon Pin
PJ Arends19-Nov-08 12:36
professionalPJ Arends19-Nov-08 12:36 
QuestionWindows Api / Control Visible Pin
V.19-Nov-08 2:59
professionalV.19-Nov-08 2:59 
AnswerRe: Windows Api / Control Visible Pin
Iain Clarke, Warrior Programmer19-Nov-08 3:03
Iain Clarke, Warrior Programmer19-Nov-08 3:03 
GeneralRe: Windows Api / Control Visible Pin
V.19-Nov-08 3:33
professionalV.19-Nov-08 3:33 
QuestionRe: Windows Api / Control Visible Pin
David Crow19-Nov-08 3:36
David Crow19-Nov-08 3:36 
AnswerRe: Windows Api / Control Visible Pin
V.19-Nov-08 3:38
professionalV.19-Nov-08 3:38 
GeneralRe: Windows Api / Control Visible Pin
led mike19-Nov-08 4:22
led mike19-Nov-08 4:22 
GeneralRe: Windows Api / Control Visible Pin
V.19-Nov-08 4:42
professionalV.19-Nov-08 4:42 
GeneralRe: Windows Api / Control Visible Pin
led mike19-Nov-08 5:39
led mike19-Nov-08 5:39 
NewsRe: Windows Api / Control Visible PinPopular
V.19-Nov-08 8:37
professionalV.19-Nov-08 8:37 
GeneralRe: Windows Api / Control Visible Pin
Roger Stoltz19-Nov-08 4:43
Roger Stoltz19-Nov-08 4:43 
JokeRe: Windows Api / Control Visible Pin
CPallini19-Nov-08 6:40
mveCPallini19-Nov-08 6:40 
AnswerRe: Windows Api / Control Visible Pin
Randor 19-Nov-08 4:19
professional Randor 19-Nov-08 4:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.