[xsde-users] Building xsde.lib in x64 Windows

Boris Kolpackov boris at codesynthesis.com
Wed Feb 27 03:03:30 EST 2013


Hi Nikita,

Nikita Visnevski <nikita_visnevski at hotmail.com> writes:

> I was wondering if anybody has attempted and succeeded at building xsde.lib
> for x64 Windows?  Is it possible and what are the compiler settings that are
> needed?

I am assuming you are using VC++. Microsoft provides different compiler
executables for 32 and 64-bit compilation. So to build XSD/e in the 64-
bit mode all you need to do is:

1. Change XSDE_ARCH_WIDTH to 64 in config.nmake

2. Open VC++ x64 command prompt (In the Start menu, in the Visual Studio
   Tools sub-menu, select Visual Studio x64 Cross Tools Command Prompt).
   Then build just like for 32-bit.

Boris



More information about the xsde-users mailing list