[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-21 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332688 ] Alberto Massari commented on XERCESC-1518: -- You are indeed free to distribute modified version of the library to a user; but I would rather find out the real cause

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-20 Thread Puyoman (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332652 ] Puyoman commented on XERCESC-1518: -- I don't have a static instance,so I also wonder. Since I only call the above-mentioned function from DLL, I seem to have opened again w

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-20 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332558 ] Alberto Massari commented on XERCESC-1518: -- 1) Initialize and Terminate can be called any number of times, but it is best to call them just once, at startup and at

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-19 Thread Puyoman (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332556 ] Puyoman commented on XERCESC-1518: -- This is my conclusion. I opened xerces-c-src_2_7_0\src\xercesc\sax\InputSource.cpp and solved by appending null pointer check from 35 li

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-19 Thread Puyoman (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332547 ] Puyoman commented on XERCESC-1518: -- I have forgotten to write in addition. fMemoryManager is also NULL. As long as XMLPlatformUtils::Initialize and XMLPlatformUtils::Termin

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-19 Thread Puyoman (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332537 ] Puyoman commented on XERCESC-1518: -- I did not use that because only this project had become a link error when DeprecatedDOMCount.cpp was built. Since it was not related fo

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-19 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332452 ] Alberto Massari commented on XERCESC-1518: -- I don't see any evident error in the code (apart the fact that you use "delete mes1" to deallocate data created by XMLS

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-18 Thread Puyoman (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332427 ] Puyoman commented on XERCESC-1518: -- My source code follows: * #include "stdafx.h" #include #include #include #includ

[jira] Commented: (XERCESC-1518) Always General Exception Error when being called from MFC application

2005-10-18 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1518?page=comments#action_12332378 ] Alberto Massari commented on XERCESC-1518: -- Please give us some code to look at: from what you write I can only think that you have a static Xalan object that does