Synchronizing Version Numbers

I am producing a 32bit and 64bit versions of an exe. Is there some way to synchronous the version numbers stored in the exe?

Don’t rely on the IDE for version information, use an external resource file and link it into the exe. That gives you more control over things without having to deal with the IDE messing the dproj up.

1 Like