Version and Product Information

Discussion in 'C++' started by Shahid Latif, Jun 14, 2011.

  1. Shahid Latif

    Shahid Latif New Member

    Joined:
    Jun 13, 2011
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    Hi!

    I want to set version number and product information for my native binary (*.dll).
    I know how to do this with C#.net
    Code:
    [assembly: AssemblyVersion("1.0.2.31")]
    but I does not know how it can be done using raw C++.

    I assume you did understand my question...

    I am waiting for reply...
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice