CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2005
    Posts
    69

    visual c++ manifests

    how to use the *.manifest files that visual c++ produces?

    thanks.
    ~Donotalo()

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: visual c++ manifests

    You don't need to worry about it, Visual Studio compiler/linker takes care of using it.

    Why do you ask ?
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Aug 2005
    Posts
    69

    Re: visual c++ manifests

    i've read the online msdn about manifest files. but i didn't find using visual studio how to write my own manifest files. that's why i asked.
    ~Donotalo()

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