Hi Dave, Can you please suggest which version should I use of Xalan and Xerces for c++. Currently I am using Xalan 1.10 and Xerces 2.7
Thanks Dinesh On Sun, Oct 9, 2011 at 1:45 PM, David Bertoni <dbert...@apache.org> wrote: > On 10/6/2011 2:02 PM, Dinesh Behl wrote: > >> Hi, >> I was working more on the issue.... >> I could able to execute successfully the same StreamTransform.cpp code >> on VisualStudio 2003 .NET. again I am using XALAN 1.10 and Xerces 2.7 >> But it is failing on VS 2008. Do you think of or know any property >> difference between VS 2003 and VS 2008 which is causing the issue. Or >> may be all the libs and DLLs were built on Visual Studio 6, and has >> dependency on MSVCRT60.DLL ...... >> May be due to this reason it is not working in VS 2008.... >> Any idea or tip ...... >> Also I am getting multiple warnings while compliling >> >> StreamTransform.cpp >> > The linking problems you're seeing are a result of inconsistent settings > for treat wChar_t as built in type = NO between projects. The run-time > problem you're seeing is likely a result of using different versions of > Visual Studio to build Xalan-C and Xerces-C. > > The conversion from VS2003 to VS2008 happened a long time ago, and I don't > remember all the issues that came up, but I believe you can simply convert > the projects and everything should be fine. > > The "security" warnings you're see can be disabled by adding > _SCL_SECURE_NO_WARNINGS to the preprocessor definitions in the project file. > > Dave > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > xalan-dev-unsubscribe@xml.**apache.org<xalan-dev-unsubscr...@xml.apache.org> > For additional commands, e-mail: xalan-dev-h...@xml.apache.org > >