Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "Warp" <warplayer@free.fr>
To: "Caml-list" <caml-list@inria.fr>
Cc: "Harry Chomsky" <harry@chomsky.net>
Subject: Re: [Caml-list] Win32 API
Date: Tue, 1 Jan 2002 19:22:57 +0100	[thread overview]
Message-ID: <004f01c192f1$56e36000$61b00d50@warp> (raw)
In-Reply-To: <004f01c1923d$030f76d0$0200a8c0@harry>

> 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


  reply	other threads:[~2002-01-01 18:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-31 20:52 Harry Chomsky
2002-01-01 18:22 ` Warp [this message]
2002-01-02  4:56   ` Harry Chomsky
2002-01-02 20:27     ` Warp
2002-01-12 21:37 ` Harry Chomsky
  -- strict thread matches above, loose matches on Subject: below --
2001-05-31 20:34 Harry Chomsky
2001-05-31 22:13 ` Daniel de Rauglaudre
2001-05-31 22:59   ` Harry Chomsky
2001-06-01 11:48     ` Daniel de Rauglaudre
2001-06-04  4:01       ` Harry Chomsky
2001-06-04  4:49         ` Daniel de Rauglaudre
2001-06-04  8:53           ` Stefan Monnier
2001-06-02 14:56 ` Dmitry Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004f01c192f1$56e36000$61b00d50@warp' \
    --to=warplayer@free.fr \
    --cc=caml-list@inria.fr \
    --cc=harry@chomsky.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox