Click here to Skip to main content
15,888,984 members
Articles / Desktop Programming / MFC

Auto Windows Resource (*.rc) version Editor

Rate me:
Please Sign up or sign in to vote.
4.33/5 (13 votes)
23 Jun 20033 min read 124K   2.2K   48  
This freeware allows to edit a Windows Resources File (*.rc) and to produce a file named 'version.h' containing several string constants (#define). It can also synchronize a RC file and version.h with the Classbuilder Master Header File.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rcversion", "rcversion.vcproj", "{85A76B27-7AF1-49E5-8569-8D5BF36C06BD}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "setup_rcversion", "..\setup_rcversion\setup_rcversion.vdproj", "{7C78B75C-EECE-444D-9AFC-345B950FE541}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{85A76B27-7AF1-49E5-8569-8D5BF36C06BD}.Debug.ActiveCfg = Debug|Win32
		{85A76B27-7AF1-49E5-8569-8D5BF36C06BD}.Debug.Build.0 = Debug|Win32
		{85A76B27-7AF1-49E5-8569-8D5BF36C06BD}.Release.ActiveCfg = Release|Win32
		{85A76B27-7AF1-49E5-8569-8D5BF36C06BD}.Release.Build.0 = Release|Win32
		{7C78B75C-EECE-444D-9AFC-345B950FE541}.Debug.ActiveCfg = Debug
		{7C78B75C-EECE-444D-9AFC-345B950FE541}.Release.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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
Web Developer
France France
I started programming when I was 12 years old. Since I learned some computer languages (C/C++, Perl, PHP, ASM(Z80, 68000, x86), UML ,SQL,...), some API (FLTK, QT, wxWindows, Win32, Direct3D, OpenGL and now MFC...).
Next, I worked as Web Programmer, as Network & Systems Admin (Scientific Calculators, Virtual Reality System, Solaris, SGI, W9X/NT/2K/XP,....).
Now I'm Computer Consultant from Network & Systems Administration and specific developments (PHP/MYSQL, Perl, C/C++/MFC,)

Comments and Discussions