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 QAA02679; Sat, 10 Nov 2001 16:28:22 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA01836 for ; Sat, 10 Nov 2001 16:28:21 +0100 (MET) Received: from wg.pu.ru (wg.pu.ru [193.124.85.219]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id fAAFSKn11086 for ; Sat, 10 Nov 2001 16:28:20 +0100 (MET) Received: from localhost.localdomain (p69.ppp.pu.ru [194.85.123.69]) by wg.pu.ru (8.9.1a/8.9.1) with ESMTP id PAA02330 for ; Sat, 10 Nov 2001 15:28:19 GMT Received: by localhost.localdomain (Postfix, from userid 501) id AD6751E9C; Sat, 10 Nov 2001 18:27:12 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 7DAC01E99 for ; Sat, 10 Nov 2001 18:27:12 -0500 (EST) Date: Sat, 10 Nov 2001 18:27:12 -0500 (EST) From: Dimitri Timofeev X-Sender: To: OCaml mailing list Subject: [Caml-list] Dynamic module loading Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Greetings! I'm a newbie in OCaml programming and in this list, so i'm sorry if my questions aren't smart :). Can i dynamically load OCaml bytecode modules in runtime from OCaml program compiled to native code? Can i do it if i compile modules to native code? If the answer is "yes", does the method work at Win32? If i can't use native-compiled modules only, there is another question. That is the minimal set of OCaml files i need to distribute with a program if i want users to be able to run program compiled to bytecode without installing OCaml itself? Thanks! Dimitri ------------------- 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