CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()

    Hello all,

    Can anyone tell me why I cannot linked to the following functions in
    my MFC application.

    VerQueryValue
    GetFileVersionInfo
    GetFileVersionInfoSize


    Thank you very much for any help in advance.


    David Chan


  2. #2
    Join Date
    Apr 1999
    Posts
    48

    Re: CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()

    You probably need to add version.lib on your project/settings link tab in the Object/library modules field.

    The quickinfo section of help for the functions normally tells you any extra libraries you need to add.

    Cheers,
    Roger.




  3. #3
    Guest

    Re: CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()

    Thank you very much Roger,

    I have put it in and it links fine.


    David


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