From: Oleg Subachev on 4 Feb 2010 04:53 Vechabus.iniXML version 1.1.0 Copyright (C) 2009-2010 Oleg Subachev http://www.posolsoft.com/Vechabus/VechabusiniXML110.rar http://docs.google.com/leaf?id=0BwinaKoP5D2pMTk4NmQyODgtM2JlMC00YTgxLWI5YTUtMGI4YjU4NTVhNDVi iniXML class stores the INI file like information in the XML file. INI file: [Section1] Key1=11 Key2=12 [Section2] Key1=21 Corresponding XML file: <?xml version="1.0" encoding="utf-8"?> <iniXML> <Section1> <Key1>11</Key1> <Key2>12</Key2> </Section1> <Section2> <Key1>21</Key1> </Section2> </iniXML> Vechabus.iniXML assembly uses .NET 3.5 and is free. Oleg Subachev vechabus(a)gmail.com
|
Pages: 1 Prev: WIN32 DLL with C# Next: I need some help converting this to C++ |