Click here to Skip to main content
15,886,724 members
Articles / Desktop Programming / ATL

An eXtensible Car Description format with ATL COM

Rate me:
Please Sign up or sign in to vote.
4.83/5 (6 votes)
27 Mar 2012CC (ASA 3U)12 min read 40.2K   834   28  
Introduces the XCD format that describes cars as collections grouped by Make and Year, and provides an API ported into a COM library to access the collections.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XCD_COM", "XCD_COM\XCD.vcproj", "{D587688B-5F04-48C4-86FE-A5D8F721494A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XCD_Client_MFC", "XCD_Client_MFC\XCD_Client_MFC.vcproj", "{6DD1BB4B-1241-4543-B0DC-264916B686D8}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "XCD_Client_VB", "XCD_Client_VB\XCD_Client_VB.vbproj", "{4D8053FC-FD48-4FDF-954E-A340196C7F20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XCD_Client_CS", "XCD_Client_CS\XCD_Client_CS.csproj", "{82653424-0C17-44AD-95F5-AE84B549B98B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|Win32 = Debug|Win32
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Debug|Any CPU.ActiveCfg = Debug|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Debug|Mixed Platforms.ActiveCfg = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Debug|Mixed Platforms.Build.0 = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Debug|Win32.ActiveCfg = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Debug|Win32.Build.0 = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Release|Any CPU.ActiveCfg = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Release|Mixed Platforms.Build.0 = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Release|Win32.ActiveCfg = Release|Win32
		{D587688B-5F04-48C4-86FE-A5D8F721494A}.Release|Win32.Build.0 = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Debug|Any CPU.ActiveCfg = Debug|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Debug|Mixed Platforms.ActiveCfg = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Debug|Mixed Platforms.Build.0 = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Debug|Win32.ActiveCfg = Debug|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Debug|Win32.Build.0 = Debug|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Release|Any CPU.ActiveCfg = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Release|Mixed Platforms.ActiveCfg = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Release|Mixed Platforms.Build.0 = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Release|Win32.ActiveCfg = Release|Win32
		{6DD1BB4B-1241-4543-B0DC-264916B686D8}.Release|Win32.Build.0 = Release|Win32
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Release|Any CPU.Build.0 = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{4D8053FC-FD48-4FDF-954E-A340196C7F20}.Release|Win32.ActiveCfg = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Release|Any CPU.Build.0 = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{82653424-0C17-44AD-95F5-AE84B549B98B}.Release|Win32.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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 Creative Commons Attribution-Share Alike 3.0 Unported License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions