This should be “simple” but it escapes me.  I have an unmanaged C++ DLL that I can build with CL and LINK no problem.  I also have a “Version.rc” file that I am able to turn into “Version.res” no problem.  Now, how do I get the DLL embed the version info correctly?  I tried the “EmbeddedResource” tag under LINK but it seems to ignore it.  The “Version.rc” file contains a standard VERSION_INFO definition, which is suppose to add a version “Properties Dialog” to the final compiled DLL (when viewed via Explorer)

 

Any tips?

 

Cheers,

Reply via email to