17.08.2006, 08:32
dini_Get(propertyNames[property]);
does NOT work.
You need to specify the filename, too.
dini_Get("properties.ini",propertyNames[property]);
does NOT work.
You need to specify the filename, too.
dini_Get("properties.ini",propertyNames[property]);

