[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Camlidl questions |
Le 26 oct. 07 à 22:36, Christopher L Conway a écrit : > I'm trying to write an interface to an existing C library using > Camlidl and I'm having trouble in just a few cases... I'd say don't use camlidl. It seems to be unsupported software. There is for example a bug the handling of records of floats only that I reported a long time ago but was lost in the bugtracker update. I guess it wasn't fixed. Try to understand the caml-c interface (chap. 18 of the manual) and then use C pre-processor hacks to streamline the development of your bindings, have a look at lablgl to see what I mean by that. Best, Daniel