[ 
http://issues.apache.org/jira/browse/XALANC-584?page=comments#action_12412655 ] 

Wei Xiong commented on XALANC-584:
----------------------------------

Sorry, Dave. But I thought I should clarify something to respond Biswas and 
Yuanfei - this is the last post here.

I am still using XalanC1.9 and XercesC 2.6. Because I made a lot of changes 
such as supporting adding nodes or attributes in Xalan,
supporting external funcitons and variables in Xalan XPath, allowing Xalan DOM 
to output to buffer or to a file, supporting DOM Events
in Xalan and Xerces, supporing XPath query on Xerces DOM and so on, it's not 
easy for us to update our Xalan and Xerces projects
to the latest versions. 

In order to build our old but customized XalanC and XercesC in VS 2005, I 
removed the "Localization" project (yes, losing a little flexibility)
and re-organized both XalanC and XercesC projects. I have converted both 
XercesC and XalanC to static libs, not using DLLs anymore.

So, I did not see the errors that you found.... From my experience, all C2665 
errors should be resolved after forcing some type conversion.
If you are not sure which parameter causing the problem, you could try the 
explicit conversion on all parameters and remove one each time
to see what would happen? 

Don't know why VS 2005 added those extra constraints on implicit type 
conversion. Note that some projects settings are changed after
"auto-magically" converting from VS 2003.

Anyway, I agree with Dave on that the best idea should be using the latest 
versions to avoid all troubles.

> 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]

Reply via email to