[
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: | micha <micha-1@f...> |
| Subject: | caml/compatibility.h question |
Hi, I'm making a binding to a c++ lib and I'm getting linker errors since the file "caml/compatibility.h" defines names such as callback and redefines "flush" to "caml_flush", so the flush function of the c++ lib gets overwritten. Do I need "caml/compatibility.h"? cheers Michael