I just created a new project (File|New|Library) and added all the files - the same as are used to create the dll. If you want the project file I can send it to you. Regards, Michal
----- Original Message ----- From: "Milan Tomic" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, March 18, 2004 9:37 AM Subject: RE: AV on C++Builder 5 > > How did you compiled Xalan 1.7 as static lib? Please, share it > with us. > > Thank you, > Milan > > > > -----Original Message----- > > From: Michal Pietrusinski [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 15, 2004 5:35 PM > > To: [email protected] > > Subject: AV on C++Builder 5 > > > > > > 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 > > > > > > >
