CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    123

    Embedded manifest for Vista with VC 6.0

    Is impossible for an application created in Visual C++ 6.0 to receive a "Certified for Vista" logo.

    If so, what are the reasons?

    Is one of them the inability to embed a manifest suitable for Vista?

  2. #2
    Join Date
    May 2006
    Location
    Norway
    Posts
    1,709

    Re: Embedded manifest for Vista with VC 6.0

    Quote Originally Posted by Bob H
    Is impossible for an application created in Visual C++ 6.0 to receive a "Certified for Vista" logo.

    If so, what are the reasons?

    Is one of them the inability to embed a manifest suitable for Vista?
    It is possible to embed a manifest for Vista; Adding the Windows XP/Vista visual style to Visual C++ 6.0 projects

    Regards,

    Laitinen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured