From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr 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 03A5FBBA7 for ; Mon, 6 Feb 2006 19:28:40 +0100 (CET) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k16ISbQw025789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 6 Feb 2006 19:28:39 +0100 Received: (qmail 31111 invoked from network); 6 Feb 2006 18:28:36 -0000 Received: from dsl081-069-082.sfo1.dsl.speakeasy.net (HELO DBLSYG61) (hchomsky@[64.81.69.82]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Feb 2006 18:28:36 -0000 Message-ID: <128f01c62b4b$2393ace0$0300a8c0@DBLSYG61> From: "Harry Chomsky" To: "William W Smith" , References: <20060204160806.62547.qmail@web82108.mail.mud.yahoo.com> Subject: Re: [Caml-list] OCaml & .NET Date: Mon, 6 Feb 2006 10:28:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Miltered: at concorde with ID 43E79555.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 api:01 api:01 ocaml:01 hchomsky:01 ocaml-win:01 wrote:01 speakeasy:01 library:03 library:03 chomsky:04 chomsky:04 32.:05 question:11 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 William W Smith wrote: > A related question is whether there any library sets > to access the windows API or MFC directly? A couple of years ago I took a stab at wrapping large parts of the Win32 API into an OCaml library. You can download the library here: http://www.speakeasy.org/~hchomsky/ocaml-win32.html