How to ADD a version info to a DLL..
Any help would be appreciated.
Thanks
Printable View
How to ADD a version info to a DLL..
Any help would be appreciated.
Thanks
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.