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

    Creating version info in a dll

    How to ADD a version info to a DLL..
    Any help would be appreciated.
    Thanks


  2. #2
    Join Date
    Apr 1999
    Location
    Alabama, USA
    Posts
    261

    Re: Creating version info in a dll

    In DevStudio click Insert, then click resource. (Or type CTRL-R) Then choose Version and Press the button that says New. Then look at the resources tab and you have a version resource. Fill in the options appropriately, and rebuild your project. You now have a DLL (or EXE) with a version. That's all you have to do.




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