From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 4345BBBAF for ; Wed, 15 Oct 2008 17:29:13 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AioBAOCo9UjRVY67jmdsb2JhbACTIj4BAQEBCQkMBw8FpG5siBoBAwEDgWg X-IronPort-AV: E=Sophos;i="4.33,417,1220220000"; d="scan'208";a="16117552" Received: from ti-out-0910.google.com ([209.85.142.187]) by mail2-smtp-roc.national.inria.fr with ESMTP; 15 Oct 2008 17:29:12 +0200 Received: by ti-out-0910.google.com with SMTP id d27so1563667tid.3 for ; Wed, 15 Oct 2008 08:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Mpcpt1MLCmfmZ7BJljzphHKX5gjyZycpXfrPJnck+1s=; b=yCIbYL+z48hYaJTryoFdYbTvuK2hdg276t8gH9+F+Bs2ietp3bpLnt0egG+Urp7Qk9 UASsQvErCGRc+8J79gx6hhpRMNlwE0dQNUK+luTthhk0Rg8qVQWO8Z4eyKPU08LNfnX7 UDkc9ErVevAcUOHuuLlbf+rNvYx7QTM//iBv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XzjsjXUNpwxWI27H3tvATdg0xuD+2/3/6MMWY/PVvnuVGzKeV3SFNB8gOXI3+uNrZ0 M0bQ7lQnTilf4ztETs94tns215dbCusimqGDFMkgjGBwIHi7scCAGCyNEKGqvQYkCPQr e8VUmEbrLmR8vE3QvpsibjHLeOtX97UfgN6nI= Received: by 10.110.3.15 with SMTP id 15mr936666tic.26.1224084549336; Wed, 15 Oct 2008 08:29:09 -0700 (PDT) Received: by 10.110.47.15 with HTTP; Wed, 15 Oct 2008 08:29:08 -0700 (PDT) Message-ID: <90823c940810150829q35a3a909t3128d23effebee10@mail.gmail.com> Date: Wed, 15 Oct 2008 19:29:08 +0400 From: "Dmitry Bely" To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Re: Road to native windows OCaml... In-Reply-To: <200810151035.35200.kuba@mareimbrium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200810131935.53365.kuba@mareimbrium.org> <200810150835.58443.kuba@mareimbrium.org> <90823c940810150554j25d8246o93836a012ca75ea9@mail.gmail.com> <200810151035.35200.kuba@mareimbrium.org> X-Spam: no; 0.00; ocaml:01 ocaml:01 masm:01 masm:01 non-free:01 syntaxes:01 interchange:98 wrote:01 wrote:01 compile:01 msvc:01 msvc:01 dmitry:01 dmitry:01 caml-list:01 On Wed, Oct 15, 2008 at 6:35 PM, Kuba Ober wrote: > On Wednesday 15 October 2008, Dmitry Bely wrote: >> On Wed, Oct 15, 2008 at 4:35 PM, Kuba Ober wrote: >> >> For example, if you download and install OCaml MSVC from >> >> http://caml.inria.fr and you open a MS Visual Studio 2005 MSDOS shell, >> >> you can perfectly compile a native application (well I have not done it, >> >> but I will try tomorrow ;-) >> >> >> >> All you need is "cl", "ml" and "link" I think (all are MSVC tools). >> > >> > And you need masm too, right? >> >> "ml" is just that masm. It's included into MS Visual Studio >> Professional edition and up. For Standard edition and below there is >> free www.masm32.com. > > masm32 has an absolutely horrendous license -- have you read it? It's > crazy. OK, I was wrong: masm (ml.exe) is already included into all non-free Visual Studio 2008 editions and into free Express edition since 2008 SP1. So now it's not a problem at all. > ml of course should be used if available, but otherwise nasm is there and > is what should be used whenver masm is called for and unavailable. Nasm and masm syntaxes differ. You cannot simply interchange them. - Dmitry Bely