From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 002D6BC75 for ; Wed, 2 Mar 2005 07:54:02 +0100 (CET) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j226s2HV031058 for ; Wed, 2 Mar 2005 07:54:02 +0100 Received: from warp (chateaudeau-4-82-225-176-25.fbx.proxad.net [82.225.176.25]) by postfix4-2.free.fr (Postfix) with SMTP id 6DF062D5514; Wed, 2 Mar 2005 07:54:02 +0100 (CET) Message-ID: <003901c51ef4$f8bf3060$19b0e152@warp> From: "Nicolas Cannasse" To: "Ken Rawlings" , References: <20050223054011.3414.28936.Mailman@yquem.inria.fr> <5fc951a0050301223646a48b5e@mail.gmail.com> Subject: Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml Date: Wed, 2 Mar 2005 07:56:34 +0100 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.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Miltered: at concorde with ID 4225630A.003 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 ocaml:01 higher-level:01 ocaml-win:01 lgpl:01 osiris:01 motion-twin:01 osiris:01 api:01 ocaml-win:01 sourceforge:01 cannasse:01 wrote:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: > Speaking of GUI libraries, I'm looking into writing a higher-level > wrapper around the GUI parts of Harry Chomsky's OCaml-Win32 > library[2]. If anyone has already done this (and made it available > under a LGPL or BSD like license) and I've somehow missed it, please > let me know and I'll contribute to your project rather than > reinventing the wheel. Osiris is available ! http://tech.motion-twin.com/osiris However it required some Api C "extensions" that I wrote. BTW I think a more up-to-date version is avaible here : http://ocaml-win32.sourceforge.net/ , but it's currently not developped. Regards, Nicolas Cannasse