From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA11718; Wed, 5 Jun 2002 14:08:19 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA11712 for ; Wed, 5 Jun 2002 14:08:18 +0200 (MET DST) Received: from mailhost.tni.fr (firewall.tni.fr [195.25.255.61]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g55C8A516594 for ; Wed, 5 Jun 2002 14:08:18 +0200 (MET DST) Received: from groscool.tni.fr ([195.25.255.1]) by mailhost.tni.fr (Netscape Messaging Server 3.62) with SMTP id 7371 for ; Wed, 5 Jun 2002 14:06:54 +0200 Received: from 192.168.7.72 by groscool.tni.fr (InterScan E-Mail VirusWall NT); Wed, 05 Jun 2002 14:06:53 +0200 (Paris, Madrid (heure d'été)) Message-ID: <3CFDFE6F.27B09D27@tni.fr> Date: Wed, 05 Jun 2002 14:05:03 +0200 From: "sebastien FURIC" X-Mailer: Mozilla 4.7 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: OCaml Mailing list Subject: [Caml-list] Problem with establish_server under Windows Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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