PDA

View Full Version : How to embed version informations into EVC compiled binaries


Michel Derie
11-14-2005, 09:06 AM
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 !

kinook
11-14-2005, 09:19 AM
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.