If you are running the MFC GUI and it is the first time out, there
will be no history to load but you are unable to select the Browse
button to choose known tests.
The bug is in file TestRunnerDlg.cpp
TestRunnerDlg::beRunDisabled contains
m_ButtonBrowse.EnableWindow(FALSE);
It should be passing TRUE here so you can still use the Browse button
when the Run and Stop are disabled.
regards from Perth, Western Australia
--
Andy Dent BSc MACS AACM http://www.oofile.com.au/
OOFILE - Database, Reports, Graphs, GUI for c++ on Mac, Unix & Windows
PP2MFC - PowerPlant->MFC portability
|