Browse thread
[Caml-list] Teaching OCaml
[
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: | 2004-06-02 (14:09) |
From: | Magnus Jonsson <magnus@s...> |
Subject: | [Caml-list] Making plugins with ocaml |
Hello, I would like to program a plugin in ocaml. A plugin to already existing programs that are written in C. The plugin is in form of a DLL, and the plugin's interface is described by a set of C structures and exported functions in the DLL. There's also one more constraint: the plugin must be self-contained; it must not require any other DLL (except for system DLLs) to function. It must be deliverable as -one- .DLL file. Is this possible? Thanks, Magnus Jonsson ------------------- 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