Technokrat
Programmer
I work for a software firm with around 30 programmers. Our main product is comprised of 145 executables and 165 DLL's. To date, we have been using a common version.h file and including this in the .RC file to have all EXEs and DLLs have the same version for a given release. You can probably see the problem already. If one of the many programmers we have does something (like add a new dialog) the RC file gets regenerated, and if they don't remember to manually add the include to the common version reference back into the RC file, we now have a DLL or EXE with a version not in synch with the rest.
Anybody else had to deal with this issue, or have some thoughts/ideas?
Anybody else had to deal with this issue, or have some thoughts/ideas?