
23 Oct
2007
23 Oct
'07
11:04 p.m.
"David Deakins" <ddeakins@veeco.com> wrote in message news:ffltb5$hdk$1@ger.gmane.org...
Attached is a small patch for execution_monitor.ipp to fix Windows CE-related problems in the new test library code. The changes are mostly just a few #ifdef blocks to account for the following:
- The Windows CE CRT does not support _set_se_translator or _set_invalid_parameter_handler.
There already workarounds in place for different compilers for missing symbols above. Can you try to fit in with additional conditions instead of extra ifdefs inside the code
- The Windows CE CRT supplies _vsnprintf instead of vsnprintf.
This one applied
- The Windows CE CRT does not support errno.
What does it support instead? Gennadiy