When you start that application without the argument to load a testsuite (-testsuite), the button reload dll is still enable. if you click on it, an error appear and the application crash (because it try to load ... nothing).
So disable this button in "OnInitDialog" if there is no argument and re-enable it on a successfull dll load in "OnChooseDll".
Not a big bug, but usefull ;-).
Nic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you start that application without the argument to load a testsuite (-testsuite), the button reload dll is still enable. if you click on it, an error appear and the application crash (because it try to load ... nothing).
So disable this button in "OnInitDialog" if there is no argument and re-enable it on a successfull dll load in "OnChooseDll".
Not a big bug, but usefull ;-).
Nic