|
|
От: | quentin | |
| Дата: | 14.06.06 07:57 | ||
| Оценка: | |||
__>Found ___crtExitProcess
__> Referenced in LIBCMT.lib(mlock.obj)
__> Referenced in LIBCMT.lib(crt0.obj)
__> Loaded LIBCMT.lib(crt0dat.obj)
__>LIBCMT.lib(crt0dat.obj) : error LNK2005: __osplatform already defined in atlmincrt.lib(atlinit.obj)
#pragma warning(disable: 4530) // C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
#ifdef _HAS_EXCEPTIONS
#undef _HAS_EXCEPTIONS
#endif
#define _HAS_EXCEPTIONS 0
#ifdef _STD_USING
#undef _STD_USING
#endif
#define _STD_USING 0
#ifdef _GLOBAL_USING
#undef _GLOBAL_USING
#endif
#define _GLOBAL_USING 0#include <exception>
STD_BEGIN
//
// Custom implementation of _String_base (see comment below)
//
void _CRTIMP2 _String_base::_Xlen() const // report a length_error
{
assert(false);
}
void _CRTIMP2 _String_base::_Xran() const // report an out_of_range error
{
assert(false);
}
_STD_END
_X_STD_BEGIN
_CRTIMP2 void __cdecl _Throw(const std::exception&)
{
assert(false);
}
typedef void (*_Prhand)(const std::exception&);
_CRTIMP2 _Prhand _Raise_handler = 0;
_X_STD_END