Hello, I have problems using xalan-c on Windows XP and Windows 2000 with C++Builder 5 compiler. From time to time access violationa are thrown on application exit. Here is the call stack:
.... ntdll.dll __internal_free ___org_free ___org_delete std::deallocate(pointer p, size_type) std::~vector () xalanc_1_7::XalanDOMString::~XalanDOMString() xalanc_1_7::releaseMemory(XalanDOMString& theString) xalanc_1_7::XalanSourceTreeText::terminate() xalanc_1_7::XalanSourceTreeInit::terminate() xalanc_1_7::XalanSourceTreeInit::~XalanSourceTreeInit() My application uses static linkage - I built xalan as one huge static library, there are no dll's. The only xalan functions I use are ones from SimpleXPathAPI example - my application is based on this example, but also has GUI and a lot of other stuff. If anyone can help me, please, don't hesitate. Michal
