From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 6C7CABB9C for ; Sun, 20 Nov 2005 22:32:01 +0100 (CET) Received: from mail12.bluewin.ch (mail12.bluewin.ch [195.186.19.61]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jAKLW1Fn019031 for ; Sun, 20 Nov 2005 22:32:01 +0100 Received: from [10.0.1.2] (81.62.239.27) by mail12.bluewin.ch (Bluewin 7.2.068.1) id 435F84AF0059836C; Sun, 20 Nov 2005 21:31:59 +0000 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <0C3DFC56-9F22-4FEF-BCD6-7D386DF79AEE@epfl.ch> Cc: caml-list@yquem.inria.fr Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= Subject: Re: [Caml-list] Dynlink Module Date: Sun, 20 Nov 2005 22:32:16 +0100 To: Jonathan Roewen X-Mailer: Apple Mail (2.746.2) X-Miltered: at nez-perce with ID 4380EB51.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bunzli:01 buenzli:01 epfl:01 caml-list:01 dynlink:01 dynlink:01 runtime:01 stdlib:01 caml-list:01 threads:01 016:98 070:98 caml:02 caml:02 archives:02 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Le 20 nov. 05 =E0 22:00, Jonathan Roewen a =E9crit : > Hi, > > Why can't I unload a module with Dynlink? Would it be possible to > modify the runtime/stdlib so that I can? Searching the archives with 'dynlink unload' you get to this message : These two threads can also be of interest : Daniel