Browse thread
csml: high-level bindings between OCaml and .Net
[
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: | -- (:) |
| From: | Alain Frisch <alain.frisch@l...> |
| Subject: | Re: [Caml-list] csml: high-level bindings between OCaml and .Net |
Richard Jones wrote: > On Wed, Sep 17, 2008 at 01:06:06AM +0200, Alain Frisch wrote: >> I've briefly tried to make it work under Linux with Mono some months ago >> but I stopped very quickly; I could not even call a simple C function in >> a shared library from C# with Mono (see >> http://lists.ximian.com/pipermail/mono-list/2008-March/037946.html). If >> anyone is interested in helping porting CSML to Mono, please let me know! > > This didn't work? > > http://www.mono-project.com/Interop_with_Native_Libraries That was indeed my main source of information for the implementation of P/Invoke under Mono, and I confirm it did not work. -- Alain