xerceslib_vcNNN.pdb files missing from Windows 32bit binary distributions
-------------------------------------------------------------------------

                 Key: XERCESC-1939
                 URL: https://issues.apache.org/jira/browse/XERCESC-1939
             Project: Xerces-C++
          Issue Type: Task
          Components: Build
    Affects Versions: 3.1.0, 3.1.1
         Environment: Windows 7 64-bit using 32-bit libraries in a 32-bit 
application, using VC 8.0, 9.0 and 10.0 C++ compilers
            Reporter: DK
            Priority: Minor


xerces-c-3.0.0-x86-windows-vc-8.0.zip did NOT include file xerceslib_vc80.pdb
xerces-c-3.0.0-x86-windows-vc-9.0.zip did NOT include file xerceslib_vc90.pdb

This was fixed as:
xerces-c-3.0.1-x86-windows-vc-8.0.zip did include file xerceslib_vc80.pdb
xerces-c-3.0.1-x86-windows-vc-9.0.zip did include file xerceslib_vc90.pdb

However, this lost again as:
xerces-c-3.1.0-x86-windows-vc-8.0.zip did NOT include file xerceslib_vc80.pdb
xerces-c-3.1.0-x86-windows-vc-9.0.zip did NOT include file xerceslib_vc90.pdb

and
xerces-c-3.1.1-x86-windows-vc-8.0.zip did NOT include file xerceslib_vc80.pdb
xerces-c-3.1.1-x86-windows-vc-9.0.zip did NOT include file xerceslib_vc90.pdb
xerces-c-3.1.1-x86-windows-vc-10.0.zip did NOT include file xerceslib_vc100.pdb

This causes numerous warning messages LNK4099 when linking release build 
applications with the static version of the Xerces-c library (in my case 287!). 
 Although only warnings, checking through 280+ of them to ensure no really 
important ones aren't there as well is something I could do without.

Please can the distribution process add the appropriate pdb file to the binary 
distributions.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to