25 Nov
2003
25 Nov
'03
8:40 a.m.
"Steven Ketcham"
Perhaps I am making this difficult or even missing the point but...
Can I create tests with the unit_test_framework and redirect the output to a GUI? As it stands this is not possible because of int main(...) being defined. Using Windows 2000.
Thanks!
It is possible. You just need different main that do almost the same plus something windows specific (you may even share big part of implementation with unit_test_main.cpp). I will consider adding this into the library if you present one. Regards, Gennadiy.