Browse thread
[Caml-list] OCaml-3.08.1/MinGW: alloc_tuple fails
-
Bauer, Christoph
-
Damien Doligez
-
Olivier Andrieu
- Damien Doligez
-
Olivier Andrieu
- Xavier Leroy
-
Damien Doligez
[
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: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] OCaml-3.08.1/MinGW: alloc_tuple fails |
On Oct 15, 2004, at 15:45, Olivier Andrieu wrote: > Hum, doesn't alloc_tuple(n) (which is simply alloc(n, 0)) already > initialise the block with zeroes ? Oops, that's true, so it's OK to use Store_field. I have another theory for Christoph's problem: maybe some incompatibility between C and C++ calling conventions. Is it supposed to work when you compile a C file with a C++ compiler, then link it with other C files compiled with a C compiler? -- Damien ------------------- 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