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 VAA21724; Mon, 7 Jan 2002 21:52:05 +0100 (MET) 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 VAA21140 for ; Mon, 7 Jan 2002 21:52:03 +0100 (MET) Received: from relay-2m.club-internet.fr (relay-2m.club-internet.fr [195.36.216.171]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g07Kq3n27566 for ; Mon, 7 Jan 2002 21:52:03 +0100 (MET) Received: from warp (lns02m-8-83.w.club-internet.fr [212.194.19.83]) by relay-2m.club-internet.fr (Postfix) with SMTP id 8C2041716 for ; Mon, 7 Jan 2002 21:51:52 +0100 (CET) Message-ID: <005401c197bc$cb887c90$7e00a8c0@warp> From: "Warp" To: "OCaml" Subject: [Caml-list] Dynlink Date: Mon, 7 Jan 2002 21:49:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello I'm trying to dynamicly link a .cma library which contains externals references to a DLL. I'm setting (Dynlink.allow_unsafe_modules true) but it keeps me raise : error while linking mylib.cma. The external function '...' is not available. Although this function is available in the dll, it seems that Dynlink doesn't manage to load it. How can I do that ( tip : It's for plugin loading, so I don't want to have any ref to the DLL into my main build process ) Warp ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr