Using LabWindows/CVI on a Windows2000 OS.
To read or write Ini-Style files, there is the the "inifile.fp"driver.
To get a Name of the String enclosed by the Brackets (Sectionname), I use the function: "Ini_NthSectionName" with the parameters IniText(Handle of the whole Object), Index(the Nth sectionname) and SectionName(Pointer to the String).
If I use a char Pointer for SectionName, I get the errormessage: "Get Pointer to char, expected Pointer To Pointer to char". Whats wrong, Pointer To Pointer to char is a Pointer to a stringarray, and not a pointer to a string.