PDA

View Full Version : Setting Project Properties not working


DuncanL
06-09-2008, 04:02 AM
I'm having problems with the Properties tab of the Make VC6 action.

If I create a simple dummy Win32 DLL project in VC6, add a default version resource, then it all works fine. However the DLLs as part of our product don't get updated. The version number is working; but not the File Description, Copyright, Company etc.

It's working for the VB DLLs, not the the VC6 ones.

VBP 6.7


UPDATE: I've just worked out what the issue is - the "real" DLLs use a #include in the RC files to pull in a common VERSIONINFO block file. This was obviously an earlier solution to the problem of unifying the copyright dates. I'll have to change my build script to modify the common file with RegEx instead.