Hi ! // * when I use it with the 1.5.1 dll, memory leaks still appear. // I realized, that when I am not using the 2 features // // parser -> setFeature(L"http://xml.org/sax/features/validation", true); // parser -> setFeature(L"http://apache.org/xml/features/validation/dynamic", false); // // everything works fine, no more leaks ... // // but when I use the NT-short-filenames (DOS 8.3) and the case-sensitive file-path for the XML-file // I am parsing things look better. I suppose this comes from the UNIX-world. I have to correct this point from my previous message, it seemed to work with the short filenames, because the parser didnt find the XML-file and just did nothing. there was no exception on the missing file. when I use the validation-feature with the 1.5.1 dll, a lot of leaks and access violations occur: ... #File Error#(552) : {2958} First-chance exception in Designer.exe (KERNEL32.DLL): 0xC0000005: Access Violation. normal block at 0x0094D260, 20 bytes long. Data: < > 06 00 00 00 CD CD CD CD 1F 00 00 00 00 00 00 00 #File Error#(552) : {2956} normal block at 0x0094D2E0, 20 bytes long. Data: < > 06 00 00 00 CD CD CD CD 02 00 00 00 00 00 00 00 #File Error#(552) : {2955} First-chance exception in Designer.exe (KERNEL32.DLL): 0xC0000005: Access Violation. First-chance exception in Designer.exe (KERNEL32.DLL): 0xC0000005: Access Violation. normal block at 0x0094D320, 20 bytes long. Data: < > 06 00 00 00 CD CD CD CD 1E 00 00 00 00 00 00 00 #File Error#(552) : {2953} normal block at 0x0094D3A0, 20 bytes long. Data: < > 06 00 00 00 CD CD CD CD 01 00 00 00 00 00 00 00 ... I am not using a content/error-handler. when I use the 1.4.0 dll, everything looks fine, no more leaks and access-violations... So it looks that currently the 1.4.0 dll is the way to go ? I would appreciate comments and suggestions ! Thanx in advance, Regards, Hans Pesata --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
