caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: Ohad Rodeh <ORODEH@il.ibm.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Packaging a caml library a DLL
Date: Thu, 8 Aug 2002 14:33:33 +0200	[thread overview]
Message-ID: <20020808143333.A25522@pauillac.inria.fr> (raw)
In-Reply-To: <OFF1D23C90.CBFB87E4-ONC2256C0E.004DB676@telaviv.ibm.com>; from ORODEH@il.ibm.com on Wed, Aug 07, 2002 at 05:12:02PM +0300

>    I'm having a lot of trouble packaging a caml library (Ensemble) as a
> DLL on win32.  Creating a win32 static library is easy, shared libraries on
> Unix are a breeze, however, win32 DLLs are really problematic.
>    Has anybody been able to do this? any example makefiles?

CamlIDL contains a shell script that does just this in order to
package Caml code as a COM DLL.  You can view the script here:

http://camlcvs.inria.fr/cgi-bin/cvsweb.cgi/bazar-ocaml/camlidl/tools/camlidldll.tpl

The script contains some COM-specific stuff, but not much.

Hope this helps,

- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2002-08-08 12:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07 14:12 Ohad Rodeh
2002-08-07 14:23 ` Nicolas Cannasse
2002-08-08 12:33 ` Xavier Leroy [this message]
2002-08-09  8:13 Ohad Rodeh

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=20020808143333.A25522@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=ORODEH@il.ibm.com \
    --cc=caml-list@inria.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).