>> I wish I could give some more insights, but I haven't found the trick to set breakpoints on code >> in Xerces Lib in VC6. I think it has been covered here before, but I wasn't able to locate it. >> If someone wants to send me a pointer, that would be helpful.
A good way to debug Xerces C in VC6 is: 1. Create a workspace 2. Include your project 3. Include the XercesLib project 4. Make the XercesLib project the "Active Project" 5. Change the debug settings so that the 'Executable for debug session' is your project's exe (Also make sure that the 'Working Directory' is correct. This will let you debug into XercesLib.