#include "extfnapi.h" This seems to be missing.
> -----Original Message----- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: 08 October 2003 14:58 > To: [email protected] > Subject: Memory problems with Release version and a DLL > > > > Good Morning Dave. > > You reviewed and closed this case earlier > (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23280), since I have > really botched my reproducable (apologies, cut too much code out). > > The new repro I uploaded works for 5 iterations, then fails. This is > exactly what I am seeing with the full project I have created. > > I have created a readme.txt in the new zip file I uploaded. > > Thanks, > Dave > > Here is the main point where it throws an exception, with no message: > > > This reproducable appears to demonstrate what I have been running into. > This only occurs with Release code, when run with a Debug compile, it > appears I > can run indefinitely. > > Xalan 1.6 > Xerces 2.3.0 > > > In DLL Debug/extXalandll.cpp: > > { > ret = theXalanTransformer.transform( > theXMLStream, > inputSource, > temp_fname > //theResultStream > ); > ... > } > catch (exception* e) > { > ... > } > catch(...) > { > THIS EXCEPTION IS CAUGHT. > I HAVE NO IDEA WHAT IS CAUSING IT. > } > > >
