To use the "store in memory until ready to save/load" function in the INI++ object, you must enable the "global data" function. Then disable both auto load and auto save. Like so:
After that make sure that in your load frame to add an event to load the ini you are using.
Then whenever you are ready to save just add the save event in your code.