Robert, I am the developer that committed the VC10 build environment to the XALANC repository. Thanks for your review. Here are the links to a copy of my development effort using XERCESC and XALANC sources with Microsoft VC6, VC7.1, VC8, VC9, and VC10. There are batch scripts to launch Microsoft development studios from the command line after setting the XERCESCROOT and XALANCROOT environment variables.
https://issues.apache.org/jira/browse/XALANC-721 Attachment: XalanC_1_11-Win32-Build-Platform.zip Sincerely, Steven J. Hathaway > Robert Goffena wrote: >I tried building the latest revision (1207768) of the xalanc trunk using >Visual Studio 2010 IDE, and am running into link problems. >Various projects (ie: XalanTransform) try to link against both the debug >and release builds of Xalan-C_1.lib. > >Unchecking Configuration Properties->Linker->General->Link Library >Dependencies and then adding appropriate Xalan-C_1.lib to >Properties->Linker->General->Input->Additional Dependencies will likely >resolve this error. > >Is anyone else seeing this problem? Have I configured something in >VS2010 incorrectly? > >Robert Goffena