Click here to Skip to main content
15,884,922 members
Articles / Desktop Programming / ATL

CM_ConfigBuilder 1.2g: Visual Studio 6/Visual Studio 2005/Visual Studio 2008 Code Generator for Application Settings Graphic Management

Rate me:
Please Sign up or sign in to vote.
4.94/5 (126 votes)
12 Feb 2008CPOL17 min read 696.3K   9.8K   262  
CM_ConfigBuilder generates and compiles the required files to manage your application's settings/preferences and to store/retrieve them in XML format.
// ProjectConfigAtl.idl : IDL source for ProjectConfigAtl.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (ProjectConfigAtl.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(8DD3D207-B8CF-40C2-98A7-6D6FB40DA337),
	version(1.0),
	helpstring("ProjectConfigAtl 1.0 Type Library")
]
library PROJECTCONFIGATLLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

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
Web Developer
Italy Italy
For all Stefano's latest code, binaries and tutorials visit www.codemachines.com

Comments and Discussions