Hi,
In STL for WinCE timer is by default 64 bits while in stddef.h it is 32 bits. So if some cpp files include stl headers first and other standard c headers objects that have time_t will be different size which will cause program crashing.
Second issue with STL is that
#if _HAS_ITERATOR_DEBUGGING
_Compat(_Right);
#else
Solutio is to define _USE_32BIT_TIME_T for the whole project.
doesn't pass if itterator.end() is sent which is wrong because statement such this one
it != m_cList.end() will cause assertions to fail
I guess the problem is that STL is Dinkum lib and it is not yet fully integrated on this platform.
regards
Milan

problem with VS2005 wince headers
Lam Nguyen
We do pay attention to bugs found after a product releases, and bugs help us determine what areas need to be addressed in service packs and future releases and help us determine if we need to document the issue until it is fixed.
Thanks