[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Pietro Abate <Pietro.Abate@a...> |
| Subject: | [Caml-list] dynlink |
Hi all, I'm using dynlink for my project and since now I always had really simple dependecies (each module dependes only to an other module). As things are getting more complicated I need to have one module that dependes by many others. My initial solution was to load the module, look at possible dependecies error and try to solve them. It works well for the simple case but it fails with multiple deps. Does anyone can show me how to get the list of (recursive) depcs given a module ? recursive as a module can depend by an other module that in turn dependes by many other ... something like let depslist = magicfunction filename in (* I get all recrusive deps or fail *) List.iter (fun f -> Dynlink.loadfile f) (List.rev listdeps) (* I load eveything in order *) tnx, p -- ++ "All great truths begin as blasphemies." -George Bernard Shaw ++ Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html ------------------- 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