built increment in VC++

Started by
1 comment, last by firefox 22 years, 6 months ago
I''m looking for an option in VC++ 6 to increment the built number every time I built the project. Does someone know where to find it? Or something similar. thanks in advance.
Advertisement
Visual C++ doesn''t have an option to increment the version number, however, if you''re familiar with VBScript (of even if you''re not, the article is quite thorough) visit here: http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q237870.

codeka.com - Just click it.
Look at www.codeguru.com and www.codeproject.com

There are auto incrementers there that rely on the VC++ resource file.

This topic is closed to new replies.

Advertisement