The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => User Contributed Code => Topic started by: Shantanu Gadgil on September 29, 2006, 07:15:50 PM

Title: INI file functions
Post by: Shantanu Gadgil on September 29, 2006, 07:15:50 PM
Some INI file handling functions.
Ini_GetKeyNames
Ini_GetSectionNames
Ini_ReadDword
Ini_ReadInt
Ini_ReadString
Ini_WriteInt
Ini_WriteString


The INI module uses two other functions:
SM_DecimalStringToDword
SM_DecimalStringToInt


These two are part of a bigger StringMaths library, and thus named SM_xxx.  :bg :bg
Giving the two functions separate, if you want them.
One thought is to use the crt_atoi and such for the conversion.

Also, the dwtoa in the Genesys Library does a round-about two step conversion, right-to-left and then reverses the string to get the correct output.
Check out the left-to-right conversion in the SM_xx functions!  :bg :bg

Regards,
Shantanu

[attachment deleted by admin]
Title: Re: INI file functions
Post by: PBrennick on September 29, 2006, 08:13:47 PM
Shantanu,
You are definitely becoming an associate member of the GeneSys Project.  We are VERY grateful for all your support.

Paul and Erol
Title: Re: INI file functions
Post by: Shantanu Gadgil on September 30, 2006, 11:11:12 AM
Thanks for all the good words! Its a pleasure to give back!

Regards,
Shantanu
Title: Re: INI file functions
Post by: Grincheux on March 02, 2007, 02:56:22 PM
THAT is very very useful !

Thanks a lot