Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to get dll release with Qlibrary
Forum Updated to NodeBB v4.3 + New Features

How to get dll release with Qlibrary

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 3.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    foulques.NERA
    wrote on last edited by
    #1

    I need to get release from a dll, without using specifics Windows function (GetFileVersionInfoSize, GetFileVersionInfo, VerQueryValue).
    How to do that ?
    Best regards.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cincirin
      wrote on last edited by
      #2

      I don't think Qt has support for it. Maybe you should use these functions for windows OS

      1 Reply Last reply
      0
      • G Offline
        G Offline
        giesbert
        wrote on last edited by
        #3

        There is no cross platform possibility to store the version info inside a dll.
        Even on Linux, I know no one. There, some libs have the version number in the name, but not all, but AFAIK they have no vendor info compiled in.
        So, use the platform APIS for such things.

        Nokia Certified Qt Specialist.
        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved