[ http://issues.apache.org/jira/browse/XALANC-584?page=comments#action_12402468 ]
Wei Xiong commented on XALANC-584: ---------------------------------- I forced the type conversion (as below) and the XalanC (v1.9) builds fine in VS 2005 on my machine now. XalanDOMString((const XALAN_CPP_NAMESPACE_QUALIFIER XalanDOMChar*)key, XalanMemMgrs::getDefaultXercesMemMgr()) VS 2003 did not have this kind of problem.... maybe it's just some default settings in VS 2005? Anyway, it builds after using _HAS_ITERATOR_DEBUGGING and the explicit type conversion. > Changes for Visual Studio 2005 port > ----------------------------------- > > Key: XALANC-584 > URL: http://issues.apache.org/jira/browse/XALANC-584 > Project: XalanC > Type: Improvement > Components: XalanC > Versions: CurrentCVS > Reporter: David Bertoni > Assignee: David Bertoni > Attachments: VC8.zip, patch.txt > > I am porting to Visual Studio C++ 2005, and this patch contains the changes > necessary. We will also need new project files, which I am working on and > will be finished soon. I will create a new issue for the project files, > since they will be new files. > Committers, can you please review this patch? -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
