Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / MFC

EnumBinder - Bind C++ enums to strings, combo-boxes, arbitrary data structures

Rate me:
Please Sign up or sign in to vote.
4.83/5 (20 votes)
15 Aug 2005CPOL11 min read 132.6K   1.4K   65  
An easy way to bind C++ enums to strings, combo-boxes, list-boxes, arbitrary data structures.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumBinder", "EnumBinder\EnumBinder.vcproj", "{3243563E-D60D-43E1-B326-DA30B5639045}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Debug UNICODE = Debug UNICODE
		Release = Release
		Release UNICODE = Release UNICODE
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3243563E-D60D-43E1-B326-DA30B5639045}.Debug.ActiveCfg = Debug|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Debug.Build.0 = Debug|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Debug UNICODE.ActiveCfg = Debug UNICODE|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Debug UNICODE.Build.0 = Debug UNICODE|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Release.ActiveCfg = Release|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Release.Build.0 = Release|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Release UNICODE.ActiveCfg = Release UNICODE|Win32
		{3243563E-D60D-43E1-B326-DA30B5639045}.Release UNICODE.Build.0 = Release UNICODE|Win32
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
www.IconsReview.com[^]
Huge list of stock icon collections (both free and commercial)

The picture is from September 2006, after picking up a rental car at the airport in Denver, Colorado. I'm smiling in the picture, because I have yet to come to the realization that I just wasted 400 bucks ( because you don't really need a car in downtown Denver - you can just walk everywhere).

Comments and Discussions