David N Bertoni wrote:
>
> I actually like the extra "debugging" features in the debug memory manager,
> so I'm not sure I agree with you that the decision was "stupid". it is,
> however, very confusing, and a constant source of error for people who
> don't ready the documentation and/or don't un
Achtzehnter To: [EMAIL PROTECTED]
Subject: Re: Debug Assertion Failed
John Utz <[EMAIL PROTECTED]> wrote:
< this line makes unwarranted assumptions about pointer quality. i say
< 'unwarranted' because if the implication of this code was warranted, you
< wouldnt fire the assertion :-).
Not necessarily true, since selecting the wrong run-time heap can cause
this pr
Xerces Rule wrote:
>
> Manu Heirbaut suggested to use a multithreaded DLL. In VC++,
> I set 'Debug Multithreaded DLL' at Project>Settings>C++>Code
> Generating (Settings for Win32 Debug).
>
> But I'm still getting the same error.
The important point is that your C runtime setting (Debug or Releas
; setting); the project's
_debug_ build should be set to use Debug Multithreaded DLL, and a DEBUG
build of the Xerces DLL should be used.
-Original Message-
From: Xerces Rule [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 22, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: Debug Ass
ee http://xml.apache.org/xerces-c/faq-parse.html#faq-26.
> >
> > -Original Message-
> > From: Xerces Rule [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 22, 2002 10:59 AM
> > To: [EMAIL PROTECTED]
> > Subject: Debug Assertion Fail
c/faq-parse.html#faq-26.
>
> -Original Message-
> From: Xerces Rule [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 22, 2002 10:59 AM
> To: [EMAIL PROTECTED]
> Subject: Debug Assertion Failed
>
>
> Hi again.
>
> I succeeded in inserting a function to obta
See http://xml.apache.org/xerces-c/faq-parse.html#faq-26.
-Original Message-
From: Xerces Rule [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 22, 2002 10:59 AM
To: [EMAIL PROTECTED]
Subject: Debug Assertion Failed
Hi again.
I succeeded in inserting a function to obtain the text
);
delete [] attrValC;
}
catch (...) {
delete [] attrValC;
throw;
}
}
I've got no problems with the Release Program (VC++6.0 on
NT4.0), but when executing the Debug one, I get this pop up
error message:
*
Debug Assertion F
Hi!
Working with VC++6.0 (+Visual Studio SP5) on WinNT4.0
(+SP6b)
When I was working WITHOUT Visual Studio Service Pack 5:
+ If I inserted a lot of 'strcpy(data1, data2)', I compiled
without any problems, but I got the message "Debug
Assertion
: Debug Assertion
Hi All,
I am new to the xerces parser. I am using it for a large project at
work. We use metroworks codewarrier 6.0 for a compiler. I can link the
xerces lib with no problem. I can call functions in the lib no
problem. If I new a parser, do some stuff and then delete the parser
following error.
Debug Assertion failed.
dbgdel.cpp
line: 47
_BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
I do not get the error when I compile with VC++ 6.0. Does anyone have
any idea about this?
Thanks
Glenn
--
Glenn MacGregor
Director of Services
Oracom, Inc.
h
12 matches
Mail list logo