<div>Hello Bill,</div>
<div> </div>
<div>So you are saying that if I have both the 32 bit compiler and 64 bit compiler installed on 64 bit windows, I will be able to create both 32 bit and 64 bit applications if I use the appropriate Visual Studio generator?</div>
<div> </div>
<div>I am not exactly sure what your last statement about not being able to do the cross compile thing meant?</div>
<div> </div>
<div>Regards,</div>
<div> </div>
<div>Juan<br><br></div>
<div class="gmail_quote">On Wed, Oct 7, 2009 at 9:50 PM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>j s wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 64-bit windows with CMAKE, how do you choose whether to use the 32 bit or 64 bit visual c++ compiler for the visual studio generator? I am thinking about starting to cross compile both 64 bit and 32 bit version of the software, but all I have right now is the 32 bit compiler.<br>
<br></blockquote></div>They are separate generators:<br><br>cmake --help<br>...<br> Visual Studio 8 2005 = Generates Visual Studio .NET 2005 project<br> files.<br> Visual Studio 8 2005 Win64 = Generates Visual Studio .NET 2005 Win64<br>
project files.<br> Visual Studio 9 2008 = Generates Visual Studio 9 2008 project files.<br> Visual Studio 9 2008 Win64 = Generates Visual Studio 9 2008 Win64 project<br> files.<br>
<br>Currently CMake can not do the cross compile thing on windows with vs projects.<br><font color="#888888"><br>-Bill<br><br></font></blockquote></div><br>