CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Location
    oklahoma
    Posts
    199

    Add version information to DLL

    On my DLL project in VC++ 6.0, there is no resource tab or resource file to edit the file version information.
    How do I edit this data?

  2. #2
    Join Date
    May 2000
    Location
    Armenia
    Posts
    201

    Re: Add version information to DLL

    You need to add version resource into your project and then edit it.

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