X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: MS Windows Style .ini File Interface Date: Thu, 18 Mar 2004 19:40:16 +1100 Organization: HOME Message-ID: <70oi50d91rof8rkgo7mq2h33ifn363cl8o@4ax.com> References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1079598784 news.syd.swiftdsl.com.au 27650 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I'm looking for a MS Windows Style .ini File Interface for gcc. >eg: getProfileInt,getProfileString,writeProfileInt,writeProfileString There are a number of ini file libraries about. There are a few in the DJGPP V2TK directory. If you want to explicity have the same function names and parameters then you will need to write a wrapper. Andrew