Page 1 of 1

Preferences C++ way...

Posted: Wed Feb 11, 2004 8:19 pm
by techjunkie
I really miss functions to write or read Windows registry... In VC++ for example you use the same functions to write or read registry OR to create an .ini file. The only thing that is different is the initializion.

Sure - I can do it thru windows functions like RegSetValue, but I would like Pure to be more than a wrapper around Windows API.