[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2002-08-08 (12:33) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] Packaging a caml library a DLL |
> 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