caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: fvdp@decis.be, "'caml-list@inria.fr'" <caml-list@inria.fr>
Subject: Re: your mail
Date: Tue, 9 May 2000 11:14:06 +0200	[thread overview]
Message-ID: <20000509111406.27135@pauillac.inria.fr> (raw)
In-Reply-To: <01BFB6BB.117FC8F0@TALI12>; from Frederic van der Plancke on Fri, May 05, 2000 at 05:55:14PM +0200

> Can OCaml programs be compiled to native Windows(x86) executables ?

Yes, you can produce standalone Win32 executables, either using the
bytecode compiler ocamlc with the -custom option, or using the
native-code compiler ocamlopt.

> What external programs are needed ? Can Microsoft Visual C++ be of
> some help ?

>From the README.win32 file:

  Linking Caml bytecode with C code (ocamlc -custom) requires the
  Microsoft Visual C++ compiler version 6.

  The native-code compiler (ocamlopt) requires Visual C++ version 6
  and the Microsoft assembler MASM version 6.11 or later.
  MASM can be downloaded for free from Microsoft's Web site;
  see the comp.lang.asm.x86 FAQ for directions, or
  http://www.cs.uu.nl/wais/html/na-dir/assembly-language/x86/microsoft.html

Hope this helps,

- Xavier Leroy




  reply	other threads:[~2000-05-11 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-05 15:55 Frederic van der Plancke
2000-05-09  9:14 ` Xavier Leroy [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-10-22  7:29 MIFUKU Assin-Na-Idia
1997-10-22  8:37 ` your mail Pierre Weis
1997-02-25 17:27 Erwan David
1997-02-26  8:36 ` your mail Pierre Weis
1996-02-19 14:57 Michel Levy
1996-02-20 18:48 ` your mail Pierre Weis
1992-11-27 15:24 
1992-11-27 15:32 ` your mail Michel Mauny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000509111406.27135@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=fvdp@decis.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).