On 2012-02-10 23:15, Philip Prindeville wrote:
> I'm not a Windows person so bear with me: I'm trying to ensure that some 
> multi-platform code continues to build and run on Windows, so I'm having to 
> set up a build environment there too.

If you install Visual Studio 2010, it should by default put a copy of ml.exe 
(the 32-bit assembler) into %VCINSTALLDIR%\bin, and copies of ml64.exe (the 
64-bit assembler) in %VCINSTALLDIR%\bin\amd64 and %VCINSTALLDIR%\bin\x86_amd64.

As long as you have the appropriate directories in your PATH, you should be 
fine.  The VS2010 installation puts .bat files in your start menu to setup the 
environment for particular targets (native x86, native x64, and x86-to-x64 
crosscompile).


> I went looking for MASM and found it on MSDN, but when I try to run it, it 
> complains about the architecture (it's 32-bit and doesn't want to run on a 
> Win7 64-bit platform apparently... probably a broken compatibility check).

I don't think you can use that version, it's apparently only for Visual C++ 
Express 2005.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to