Browse thread
Native dynlink on 3.11: a request for packagers
[
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: | 2008-11-22 (15:01) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | Re: [Caml-list] Native dynlink on 3.11: a request for packagers |
I think I'm missing something here. From the doc of Dynlink : > No facilities are provided to access value names defined by the > unit. Therefore, the unit must register itself its entry points with > the main program, e.g. by modifying tables of functions. Thus just generating a cmxs for a module won't allow you to use it dynamically. You'll need support from the module no ? Daniel