Click here to Skip to main content
Licence 
First Posted 26 Jan 2003
Views 38,416
Bookmarked 17 times

CIniEx DLL for non-MFC users

By | 26 Jan 2003 | Article
CIniEx without MFC.

Introduction

CIniEx class needs MFC. I wanted to use it in my own non-MFC project. I’ve built the class in a dll with MFC linked statically. So you haven’t to include the MFC dll in your project to use it.

 

I’ve include only some implementations of CIniEx functions, the most useful only.

 

Declarations:

extern "C" __declspec(dllimport)void IniGetValue(char * section, char * key, char * resul);

extern "C" __declspec(dllimport)void IniSetValue(char * section, char * key, char * value);

extern "C" __declspec(dllimport)void IniOpen(char * filename, bool writewhenchange = true, bool createifnotexist = true, bool nocasesensitive = true, bool makebackup = false);

extern "C" __declspec(dllimport)void IniWrite(bool makebackup = false);

extern "C" __declspec(dllimport)void IniResetContent();

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

About the Author

PacoGM

Web Developer

Spain Spain

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generaleh PinmemberVictor Vogelpoel3:09 28 Jan '03  
GeneralRe: eh PinmemberPacoGM9:05 28 Jan '03  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 27 Jan 2003
Article Copyright 2003 by PacoGM
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid