Click to See Complete Forum and Search --> : Creating version info in a dll


May 20th, 1999, 10:09 AM
How to ADD a version info to a DLL..
Any help would be appreciated.
Thanks

John Holifield
May 20th, 1999, 01:24 PM
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.