Re: How to read from the Windows registry
- Posted by jeremy (admin) Apr 15, 2009
- 1192 views
ghaberek said...
jeremy said...
I was thinking that the standard library needs a configuration file (config.e) that would write cross-platform configuration files using native backends. For instance, registry on Windows and a simple $HOME/.dotfile on Unix.
Jeremy
wxEuphoria does this with wxConfig.
Yes, but wxWidgets is a huge library if you just need a way to store configuration details.
Jeremy