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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id D51BABBAF for ; Wed, 15 Oct 2008 14:54:23 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmsDAFKE9UjAXQIniGdsb2JhbACTIT4BAQEVIqQYbIgiAQMBA4Fo X-IronPort-AV: E=Sophos;i="4.33,415,1220220000"; d="scan'208";a="30366960" Received: from concorde.inria.fr ([192.93.2.39]) by mail4-smtp-sop.national.inria.fr with ESMTP; 15 Oct 2008 14:54:23 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m9FCsLEf002971 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 15 Oct 2008 14:54:23 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AioBAMiE9UjRVY67jmdsb2JhbACTIT4BAQEBCQkMBw8FpB5siCIBAwEDgWg X-IronPort-AV: E=Sophos;i="4.33,415,1220220000"; d="scan'208";a="18129379" Received: from ti-out-0910.google.com ([209.85.142.187]) by mail3-smtp-sop.national.inria.fr with ESMTP; 15 Oct 2008 14:54:22 +0200 Received: by ti-out-0910.google.com with SMTP id d27so2696962tid.9 for ; Wed, 15 Oct 2008 05:54:20 -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=lM+KQLmLZsp415bE+f3knZmr4flZBmt3zZTPkWPOMIc=; b=lZgbQWzzQ6Il1IvOViYuqMmLNLx/PEPO9xxjq7HrcoYBAfWDJXFpVs3lbE+EXJGYQs JmG0TJnFTom2m7ht7WXYBe+2OSh2EdlbkwvIC5iC315Pgq1G3cX6XKoqIWgkaFQpRCTu wZnOe+xHcEmMq2pArr7FyB0SMJKsAKPBFMo+4= 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=NbEoKbaopQfoXxBzUD9tdjxPe94M4nMwpDK57mnC8ADnXWd3gc1PSSlRlofhgKLAKX wVOHNn+jGzaRDColyVsFHHxKHNLxPlYPdYNYZvl6HGmI4miqFSEY2e9DE3i13N5qwwb3 YjN6GXZx7vj6LDws6Oz3n5L0ifV0StxCje7/0= Received: by 10.110.26.20 with SMTP id 20mr801287tiz.12.1224075259537; Wed, 15 Oct 2008 05:54:19 -0700 (PDT) Received: by 10.110.47.15 with HTTP; Wed, 15 Oct 2008 05:54:19 -0700 (PDT) Message-ID: <90823c940810150554j25d8246o93836a012ca75ea9@mail.gmail.com> Date: Wed, 15 Oct 2008 16:54:19 +0400 From: "Dmitry Bely" To: "Caml List" Subject: Re: [Caml-list] Re: Road to native windows OCaml... In-Reply-To: <200810150835.58443.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> <200810141738.03532.kuba@mareimbrium.org> <200810150835.58443.kuba@mareimbrium.org> X-Miltered: at concorde with ID 48F5E7FD.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 masm:01 masm:01 wrote:01 compile:01 msvc:01 msvc:01 dmitry:01 dmitry:01 caml-list:01 bely:01 bely:01 caml:02 native:03 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. - Dmitry Bely