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

    Getting File Version Info for 16-Bit(!) modules

    how can I get the file version information from a 32 bit program for 16-bit modules?
    The documentation says, that GetfileVersion....API calls can only be used for 32-bit modules.
    Explorer "knows" how to do it. SO, there MUST be a way...

    Any ideas welcome.



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Getting File Version Info for 16-Bit(!) modules

    in case anyone cares; the documentation is wrong. You CAN query 16 bit modules with win32 APIs. MSDN article: Q179903


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