Browse thread
[Caml-list] Problem with establish_server under Windows
- sebastien FURIC
[
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: | sebastien FURIC <sebastien.furic@t...> |
| Subject: | [Caml-list] Problem with establish_server under Windows |
Hello,
I'm trying to run a client-server application written in O'Caml under
Windows. This application make use of the function Unix.establish_server
that is not implemented in the Windows release of O'Caml 3.04. The
manual says to use the Thread library but when I replace
Unix.establish_server by ThreadUnix.establish_server I get the following
error:
Unbound value ThreadUnix.establish_server
(I also get Unbound value ThreadUnix.open_connexion but the remaining
functions of ThreadUnix seem to be present)
Any suggestion ?
Regards,
Sebastien.
-------------------
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