Re: How to read from the Windows registry
- Posted by ghaberek (admin) Apr 15, 2009
- 1181 views
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.
wxEuphoria Docs said...
wxConfig allows you to write the same code regardless of whether you're working with the registry under Win32 or text-based config files under Unix. To make writing the portable code even easier, wxEuphoria automatically maps to the native wxConfig implementation on the given platform: i.e. wxRegConfig under Win32 and wxFileConfig otherwise.
-Greg