caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xleroy@pauillac.inria.fr>
To: Amel Mammar <mammar@xeres.iie.cnam.fr>
Cc: caml-list@pauillac.inria.fr
Subject: Re: composant COM
Date: Fri, 22 Dec 2000 11:22:29 +0100	[thread overview]
Message-ID: <20001222112229.A7304@pauillac.inria.fr> (raw)
In-Reply-To: <3A4248FA.167EB0E7@xeres.iie.cnam.fr>; from mammar@xeres.iie.cnam.fr on Thu, Dec 21, 2000 at 07:16:26PM +0100

> Bonjour,
> Je veux creer un composant COM avec Ocaml.
> Esque vous pourrez m'indiquer la demarche a suivre.

CamlIDL (http://caml.inria.fr/camlidl/) devrait vous permettre de
faire cela assez facilement.  Il suffit de:
- décrire l'interface de votre composant en IDL
- compiler le fichier IDL obtenu avec CamlIDL
- écrire des classes Caml qui implémentent l'interface de votre
  composant
- utiliser Com.register_factory pour rendre le composant public
- et lier le tout en une DLL à l'aide du script camlidldll.

Bon courage, et n'hésitez pas à nous (caml@inria.fr) tenir au courant
de problèmes éventuels.

Cordialement,

- Xavier Leroy



      reply	other threads:[~2000-12-22 14:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-21 18:16 Amel Mammar
2000-12-22 10:22 ` Xavier Leroy [this message]

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=20001222112229.A7304@pauillac.inria.fr \
    --to=xleroy@pauillac.inria.fr \
    --cc=caml-list@pauillac.inria.fr \
    --cc=mammar@xeres.iie.cnam.fr \
    /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;
as well as URLs for NNTP newsgroup(s).