Re: Visual Studio 2010 IDE Build Problem

2011-12-04 Thread shathawa
The problem with VC10 has been confirmed and should now be fixed. The Apache Subversion Repository for XALAN-C has VC10 vcxproj files repaired. This commit fixes the situation where both Release and Debug *.lib files were referenced when linking sample projects. Steven J. Hathaway > This seems

Re: Visual Studio 2010 IDE Build Problem

2011-12-04 Thread Steve Hathaway
This seems unusual, but here is a description of a fix to the .NET 2010 IDE build problem. I have worked almost 2 days researching the problem and testing the build prototypes. The automatic Microsoft Upgrade from VS 2008 created problematic settings for the linker. The resolution for each e

Re: Visual Studio 2010 IDE Build Problem

2011-12-03 Thread shathawa
Robert, I cannot repeat the symptom of having both release and debug versions of the Xalan-C library being linked into any of the samples. The three sample projects I currently have problems with are: ThreadTest conf perf The issue with the above is not finding path to some source code for

Correction: Re: Visual Studio 2010 IDE Build Problem

2011-12-01 Thread Goffena, Robert
I researched a little more and came up with the following conclusion. My problems seem to be due to the way project dependencies/references are handled in VS2010: http://blogs.msdn.com/b/vcblog/archive/2010/02/16/project-settings-chang es-with-vs2010.aspx?PageIndex=3 Easiest solution seems to be:

RE: Visual Studio 2010 IDE Build Problem

2011-12-01 Thread Goffena, Robert
I researched a little more and came up with the following conclusion. My problems seem to be due to the way project dependencies/references are handled in VS2010: http://blogs.msdn.com/b/vcblog/archive/2010/02/16/project-settings-chang es-with-vs2010.aspx?PageIndex=3 Easiest solution seems to be: