#1
|
|||
|
|||
How to embed version informations into EVC compiled binaries
Hi,
I've learned how to use macro to get a build counter and now I'm wandering how to put this information into binaries compiled with Embedded Visual C++ 4. I've looked the .rc resource file but I can't see the trick to update it using VBP actions. My goal is to read the version information comming from VBP when right-clicking on the compiled binaries Any suggestions ? Thanks ! |
#2
|
|||
|
|||
If you have a VERSIONINFO resource in your EVC project's .rc file, the settings on the Versions tab of the Make VC6 action will update that version info.
|
|
|