after i set the project properties :treat wchar_t as Build-in Type, it
finally build successfully. but when i run another test project using
example\trival.cpp. it crashed when running.
stopped at the line : NDC::push(trival context");
//file <iosfwd>
static _Elem *__CLRCALL_OR_CDECL _Copy_s(_Elem *_First1, size_t
_Size_in_bytes, const _Elem *_First2,
size_t _Count)
{
_CRT_SECURE_MEMCPY(_First1, _Size_in_bytes, _First2, _Count);
<<---------crashed here;
return _First1;
}
have anyone met this before?
--
View this message in context:
http://www.nabble.com/link-error-when-i-build-a-test-project-in-vc2008-tp14534296p14535493.html
Sent from the Log4cxx - Users mailing list archive at Nabble.com.