
9 Feb
2005
9 Feb
'05
6 p.m.
1) a missing function IsDebuggerPresent() --> http://tinyurl.com/4va7p
This logic suposed only to work for VC compiler and compatibale. Looks like some ifdef is in order. I will look into it
2) error: namespace "boost" has no member "exit_success" --> http://tinyurl.com/44dj5
Here is developer need to include proper header, since Boost.Test headers doesn't include one anymore. Gennadiy