On Wednesday 15 October 2008, Dmitry Bely wrote:
> On Wed, Oct 15, 2008 at 4:35 PM, Kuba Ober <[EMAIL PROTECTED]> 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.

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.

Cheers, Kuba

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to