Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C++

Auto File Save Add-in for Visual Studio 6.0

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
9 Mar 2000CPOL 59.2K   11  
Add auto-save feature to Visual Studio 6.0.
#ifndef _version_include_
#define _version_include_

#define AUTOSAVE_VERSION_MAJOR		1
#define AUTOSAVE_VERSION_MINOR		4
#define AUTOSAVE_VERSION_BUILD		0
#define AUTOSAVE_VERSION_STRING		"1.04.0\0"

#endif // _version_include_

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
It's all in my website

Comments and Discussions