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 UAA18436; Thu, 14 Nov 2002 20:22:42 +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 UAA18414 for ; Thu, 14 Nov 2002 20:22:40 +0100 (MET) Received: from relay.pair.com (relay1.pair.com [209.68.1.20]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id gAEJMd109502 for ; Thu, 14 Nov 2002 20:22:40 +0100 (MET) Received: (qmail 9920 invoked from network); 14 Nov 2002 19:22:35 -0000 Received: from arda.pair.com (HELO compaqreview.d6.com) (209.68.1.133) by relay1.pair.com with SMTP; 14 Nov 2002 19:22:35 -0000 X-pair-Authenticated: 209.68.1.133 Message-Id: <4.3.2.7.2.20021114112057.03313b40@localhost> X-Sender: checker@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 14 Nov 2002 11:21:53 -0800 To: "Nicolas Cannasse" , "Xavier Leroy" From: Chris Hecker Subject: Re: [Caml-list] ocamlc linking loads dlls? Cc: In-Reply-To: <009301c28c12$4dcee5a0$3c00a8c0@warp> References: <4.3.2.7.2.20021113221318.03f89028@localhost> <20021114160348.B9597@pauillac.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk >That point can be resolved by calling LoadLibraryEx with the >DONT_RESOLVE_DLL_REFERENCE flag. >According to MS docs, this prevent the call of DllMain. That's better, but it still requires the dll to be available. Chris ------------------- 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