[
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: | 2006-04-27 (07:04) |
From: | David MENTRE <david.mentre@g...> |
Subject: | Re: [Caml-list] Marshaling between different ocaml version |
Hello, 2006/4/27, Artem Prysyazhnuk <temofey@gmail.com>: > step by step. I active use marshaling for interop between remote > client/server parts of system. So if server will be compiled on 3.07+2 > and client will be compiled on 3.09.2 is this combination ok for > marshaling between client/server? It should work. Marshalling code has not changed since 1996: http://caml.inria.fr/pub/ml-archives/caml-list/2005/12/8c8ed24a48841b1f9879b60fa9a756d2.fr.html I have not reviewed release notes of latest OCaml versions but as far as I remember, nothing has changed on that side. Best wishes, d.