- fixed the registry access under x64, again...
- update with latest configuration options
- add tooltips for the first page
- unsupported options
- coproc
- exclude_gpu
- fixed the registry access under win7 x64
- solution files upgraded to VS2010
- bug fix (two break statements in a switch-case clause were omitted inadvertently)
- update MRU list on saving file also
- the first item in MRU list works now (replace the MFC-provided ID_FILE_MRU_FILE with user-defined menu IDs)
- the Save button and all option pages won't be disabled even if no file is loaded (otherwise a new file could never be created from scratch)
- if no file is loaded and user clicked the save button, prompt user to specify a directory (default is the local BOINC data directory)
- add a read-only edit box to show the path of the currently loaded file
- call boinccmd to notify the remote client when cc_config.xml has been changed (suggested by cuihao@equn)
- allow saving current configuration to some other file than the original one (suggested by John Mcleod)
- disable some controls when no file is loaded
- show balloon tool tip on some controls (suggested by DrLingCN@equn)
- continue improving CXButtonXP
- fixed file deletion
- call boinccmd to notify the local boinc client when cc_config.xml has been changed (suggested by cuihao@equn)
- replace CSplitButton with a modified CXButtonXP (partially based on CCoolBtn)
- load/save any local-accessible cc_config.xml (suggested by John Mcleod)
- keep recently opened file list (suggested by John Mcleod)
- first public version
- load/save local in-use cc_config.xml