From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA10220 for caml-redistribution; Mon, 12 May 1997 20:17:42 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA06653 for ; Mon, 12 May 1997 17:35:13 +0200 (MET DST) Received: from haven.uchicago.edu (root@haven.uchicago.edu [128.135.12.3]) by nez-perce.inria.fr (8.8.5/8.7.3) with ESMTP id RAA18084 for ; Mon, 12 May 1997 17:35:09 +0200 (MET DST) Received: from midway.uchicago.edu (root@midway.uchicago.edu [128.135.12.12]) by haven.uchicago.edu (8.8.5/8.8.5) with ESMTP id KAA19867; Mon, 12 May 1997 10:35:00 -0500 (CDT) Received: from kimbark.uchicago.edu (root@kimbark.uchicago.edu [128.135.12.52]) by midway.uchicago.edu (8.8.5/8.8.3) with ESMTP id KAA12233; Mon, 12 May 1997 10:34:32 -0500 (CDT) Received: from kimbark.uchicago.edu (4208@localhost [127.0.0.1]) by kimbark.uchicago.edu (8.8.5/8.8.3) with ESMTP id KAA13139; Mon, 12 May 1997 10:34:31 -0500 (CDT) Message-Id: <199705121534.KAA13139@kimbark.uchicago.edu> To: Carsten Clasohm cc: "'Lyn A Headley'" , "caml-list@inria.fr" Subject: Re: ocaml needs users: native code for windows? In-reply-to: Your message of "Mon, 12 May 1997 10:20:37 +0200." <01BC5EBE.23367560@cc.swm> Date: Mon, 12 May 1997 10:34:29 -0500 From: Lyn A Headley Sender: weis Carsten> I use OCaml for a commercial Win32 project and am quite Carsten> happy with the current integration of C(++) and Carsten> OCaml. The GUI tasks in the program are carried out by Carsten> C++ classes, while the 'real' computations are done by Carsten> OCaml code. You still can't ship a plain binary, can you? Do you rely on your users installing ocaml, or do you package up the distribution and send it with your product?