From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id EAA06545; Sun, 16 Nov 2003 04:42:38 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id EAA06518 for ; Sun, 16 Nov 2003 04:42:37 +0100 (MET) Received: from smtp.siren.ocn.ne.jp (siren.ocn.ne.jp [211.129.13.170]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id hAG3gZ101503 for ; Sun, 16 Nov 2003 04:42:36 +0100 (MET) Received: from PWARP (p4157-ipad01kyoto.kyoto.ocn.ne.jp [61.207.209.157]) by smtp.siren.ocn.ne.jp (Postfix) with SMTP id 56C3F2012; Sun, 16 Nov 2003 12:42:33 +0900 (JST) Message-ID: <02ad01c3abf3$a9376b90$0274a8c0@PWARP> From: "Nicolas Cannasse" To: "John J Lee" Cc: "OCaml" References: <00d401c3ab27$033205b0$0274a8c0@PWARP> Subject: Re: [Caml-list] OCam'OLE 1.0 Date: Sun, 16 Nov 2003 12:42:29 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Loop: caml-list@inria.fr X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 ocam'ole:01 ocam'ole:01 pre-release:01 3.07:01 200208:01 changelog:01 ocamlopt:01 ocamole:01 cannasse:01 ocaml:01 caml:01 nicolas:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > OCam'OLE, windows COM support for OCaml has turned from pre-release to 1.0. > > This change include only minor updates (such as compiling with 3.07 and > [...] > > Did this problem get resolved? > > http://caml.inria.fr/archives/200208/msg00143.html > > > Is there a changelog or CVS repository? Yes it was. I added a dependency so the parent object doesn't get collected before it's child is finished scanning. Actually the only problem with native compilation is a stack overflow in ocamlopt - since the generated Excel.ml is quite big. You can set OCAMLRUNPARAM=l=16M to increase the stack size. OCamole was put on a CVS quite late, so the diff is not viewable. Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners