PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: veltesian on September 06, 2020, 12:23:50 AM

Title: this just in..... (my 1st INI wrapper PRJ)
Post by: veltesian on September 06, 2020, 12:23:50 AM
over the last few days i looked into perhaps building a CIniFile type wrapper as it showed in
one of the help files... included is the *.bas & the *.ini file most importantly.
Title: Re: this just in..... (my 1st INI wrapper PRJ)
Post by: Paul Squires on September 06, 2020, 08:32:01 AM
Hi, I am not sure that I understand. You say that you are building a wrapper around Jose's WinFBX's CIniFile code but what I see is a form that uses the CIniFile code to load values from an ini and then save values the ini. I guess that your intention was to show how to use the CIniFile class in an actual project rather than build a wrapper around CIniFile itself.
Title: Re: this just in..... (my 1st INI wrapper PRJ)
Post by: veltesian on September 07, 2020, 10:10:23 AM
i just used the cIniFile Class code in the winfbx library help section to build that project.
i want to thank jose for including that code so i could put it together & learn about it.
how it works.... the idea involved with the code.....& my learning of programming concepts
i had not before.