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 TAA16026; Tue, 1 Jan 2002 19:25:28 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 TAA14278 for ; Tue, 1 Jan 2002 19:25:27 +0100 (MET) Received: from mel-rto7.wanadoo.fr (smtp-out-7.wanadoo.fr [193.252.19.26]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g01IPRD26249 for ; Tue, 1 Jan 2002 19:25:27 +0100 (MET) Received: from antholoma.wanadoo.fr (193.252.19.153) by mel-rto7.wanadoo.fr; 1 Jan 2002 19:25:27 +0100 Received: from warp (80.13.176.97) by antholoma.wanadoo.fr; 1 Jan 2002 19:25:11 +0100 Message-ID: <004f01c192f1$56e36000$61b00d50@warp> From: "Warp" To: "Caml-list" Cc: "Harry Chomsky" References: <004f01c1923d$030f76d0$0200a8c0@harry> Subject: Re: [Caml-list] Win32 API Date: Tue, 1 Jan 2002 19:22:57 +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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > For several months I've been putting together an OCaml library providing > direct access to the Win32 API. It's a huge project that I'm sure I will > never totally finish... but I've got a good chunk of it done, and I've just > posted it at the following URL: > > http://www.speakeasy.org/~hchomsky/code/ocaml-win32.zip Hello Harry ! That's quite a big work, and it's works fine. You can add theses lines to the Makefile dllwin32_c.dll : $(MODULES:+=_c.obj) -del $@ link user32.lib kernel32.lib gdi32.lib ocamlrun.lib advapi32.lib shell32.lib /dll /out:$@ $** Then , it'll try to build the Dynamic Link Library version of Win32_c, which is easier to use with bytecode ocaml. But I get theses two unresolved externals : local_roots ( again ! ) atom_table ... which are not referenced in the ocamlrun.lib... have they been forgotten ? I would also like to share your ideas about a future OCaml IDE on Win32. Bye Warp ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr