I used to send a module to read and write INI files. Now I want to send a DLL to read and write INI files, so that you can use other languages to read and write INI files. For detailed usage instructions, see the readme.txt file. When writing software, it is very convenient to put some parameters into the INI file. I often use them. Some people may need them, but they have been suffering from reading the INI file. Haha, now you can use this DLL.
Author: mokton
Mail: mokton@gmail.com mqlxp@163.com
Name: Read and Write INI files
Function: reads and writes the INI file key value.
Time:
Note:
Readkey
Returned value: read successful-> key value; read failed-> empty string
Writekey write key value
Return Value: Write successful-> true; write failed-> false
Parameters
Appname, string type
Keyname, string type
KeyValue, string type (writekey)
Filename file path and name, string type
Result reading result, Boolean (readkey)
Note: A dialog box is displayed when an error occurs during reading and writing of the version, but not the official version. Please support genuine edition!
DLL: http://download.csdn.net/source/669094
Source code: http://download.csdn.net/source/639406