--- Joachim Achtzehnter <[EMAIL PROTECTED]> wrote: > Rhys Black wrote: > > > > my compiler BCB5 throws an error message at run > time that > > interrupts execution at the line deleting pointer > p. > > When that line is deleted, there is no problem. > > This is a FAQ: > > > http://xml.apache.org/xerces-c/faq-parse.html#faq-26 > > Your code and Xerces must link with the same C > runtime DLL. > > Joachim All right. After having reviewed, again (I did read it, before), I can see how the below section may refer to my problem. I can not, however, understand what it says is the problem. Someone mind helping by translating? I use BCB5, and built the files without a hitch. I assume that it means that I had invalid settings when I built the xerceslib.dll (from don's suggestion to check the dependency with dependencywalker). There is another reply from me about the results of that enquiry, and it was not what Don said it should be...
This is the best information I have (especially during midterms and carrying 3 programming classes plus a programming logic class in 8 weeks :) - suicidal, I know, but c'est la vie). If anyone points me for the next thing to check, I'll do it. Thanks in advance for the help! ~Rhys Black Why does deleting a transcoded string result in assertion on windows? Both your application program and the Xerces DLL must use the same *DLL* version of the runtime library. If either statically links to the runtime library, the problem will still occur. For example, for a Win32/VC6 build, the runtime library build setting MUST be "Multithreaded DLL" for release builds and "Debug Multithreaded DLL" for debug builds. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
