I need help in deciding how to port Fl_Preferences for fltkal (port of
FLTK). Fl_Preferences is like an INI file.

You basically have two registries:

(1) Fl_Preferences::USER
   (e.g.) /home/username/fltk/vendor/application.prefs

(2) Fl_Preferences::SYSTEM
  (e.g.) /etc/fltk/vendor/application.prefs


where vendor and application are user specified.

I was thinking of making it local to each application:

  USER: path_of_exe/fltk/user/vendor/application.prefs
  SYSTEM: path_of_exe/fltk/system/vendor/application.prefs

Or making it global:

  drive_letter_of_exe:/config/fltk/...

Any suggestions. Thanks in advance.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to