Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / MFC

Auto-Increment of the Build Count

Rate me:
Please Sign up or sign in to vote.
3.90/5 (9 votes)
16 May 2000 142.7K   918   55  
Learn how to implement an auto-incrementing build number for your projects.
#if !defined(AFX_BUILDINC_H__E46AA8B8_F7E3_11D3_9FF1_006067718D04__INCLUDED_)
#define AFX_BUILDINC_H__E46AA8B8_F7E3_11D3_9FF1_006067718D04__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_BUILDINC_H__E46AA8B8_F7E3_11D3_9FF1_006067718D04__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Retired
United States United States
PhD, Computer Science, Carnegie Mellon University, 1975
Certificate in Forensic Science and the Law, Duquesne University, 2008

Co-Author, [i]Win32 Programming[/i]

Comments and Discussions