K
kaplane
I have a resource only project/DLL, and I want to be able to add version
information to it. There are make files (batch files) that create the
rc file at build time and it overwrites whatever is already in there.
I tried adding another resource file to store the version information,
but it seems to ignore that once the other resource file exists. So I
tried adding a line to the .bat file that generates the .rc file to
append the version information to it, but there was no change to the
DLL. The .rc file had the text in there, but the DLL still had no
version attached to it.
Is there some special way to add the version information to a resource
only DLL?
information to it. There are make files (batch files) that create the
rc file at build time and it overwrites whatever is already in there.
I tried adding another resource file to store the version information,
but it seems to ignore that once the other resource file exists. So I
tried adding a line to the .bat file that generates the .rc file to
append the version information to it, but there was no change to the
DLL. The .rc file had the text in there, but the DLL still had no
version attached to it.
Is there some special way to add the version information to a resource
only DLL?