can someone help me write or give an example for a versioned DLL ?
I want to create a function that during the compilation – sets all the details of the DLL but I don’t know how to do it , and even how to start or where to start.
can someone help me write or give an example for a versioned DLL ?
Share
The three steps involved are:
.res) into the DLL.Example:
main.cpp
version.rc
From the command-line:
This creates a
main.dllwith a Version tab.Caveat: It has been quite a while since I looked at this and have forgotten what all the content in version.rc script means.