You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Bark, Christine M (HP Exstream)" <ch...@hp.com> on 2013/03/19 17:21:18 UTC

Xalan 64- bit for Windows

Hi there!

I'm highly interested in knowing when this might be available, and whether we can get our hands on it sooner rather than later to give it a try.

Thanks very much.

Christine

Christine Bark
R&D Product and Solutions Specialist


Re: Xalan 64- bit for Windows

Posted by sh...@e-z.net.
Moderated,

You posted to the old mail list <xalan-dev(at)xml.apache.org>
You should subscribe to the current list <dev(at)xalan.apache.org>

Xalan-C/C++ version 1.11 is available both for 32-bit and 64-bit platforms.

Separate builds are available for Microsoft Visual Studio
(2005, 2008, 2010). The code base for Windows Visual Studio 2012
is now in the subversion trunk and will be provided in the next
patch release.  These versions of Microsoft Visual Studio provide
project builds for both 32-bit and 64-bit platforms.

When building for 64-bit platforms, you need to setup your environment
variables with one of the following commands.

For VS 2005
  call "%VS80COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
For VS 2008
  call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
For VS 2010
  call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
For VS 2012
  call "%VS110COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64

Sincerely,
Steven J. Hathaway
Xalan Documentation Project

> Hi there!
>
> I'm highly interested in knowing when this might be available, and whether
> we can get our hands on it sooner rather than later to give it a try.
>
> Thanks very much.
>
> Christine
>
> Christine Bark
> R&D Product and Solutions Specialist
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org