The following comment has been added to this issue:

     Author: Vitaly Prapirny
    Created: Fri, 1 Oct 2004 6:05 AM
       Body:
You forgot to change DeprecatedDOMCount.mak, so DeprecatedDOMCount.cpp from 
Projects\Win32\BCC.551\Xerces-all\DeprecatedDOMCount not used by make and we have 
linker errors
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XERCESC-1280?page=comments#action_53584

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1280

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1280
    Summary: Proposed changes for Borland (fix build errors, purify projects, fix 
memory leaks)
       Type: Bug

     Status: Resolved
   Priority: Minor
 Resolution: FIXED

    Project: Xerces-C++
 Components: 
             Validating Parser (DTD)
             Build
             Samples/Tests
             Validating Parser (Schema) (Xerces 1.5 or up only)
   Versions:
             Nightly build (please specify the date)

   Assignee: 
   Reporter: Vitaly Prapirny

    Created: Thu, 30 Sep 2004 12:54 AM
    Updated: Fri, 1 Oct 2004 6:05 AM
Environment: Windows, Borland C++, BCB

Description:
Summary of changes:
1) Fix the ambiguity of DOMDocument in some samples/tests (WIN32_LEAN_AND_MEAN define 
was added to some mak-files)
2) DeprecatedDOMTest will use the dummy 'main' when xercesc dll has no deprecated DOM
3) cpp-files with comments "Dummy entry point to satisfy the BCB IDE" unnecessary 
because of absence of projects for the IDE in BCC.551 directory
4) Bug in the Borland compiler (BCC32 5.5.1, BCB5, BCB6) lead to leakage of memory 
allocated for runtime exception information when 'break'/'continue' used for leave the 
'catch' block. Workaround is using boolean variable that controls of 
'break'/'continue' execution out of the 'catch' block.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to