Browse thread
[Caml-list] mixing dynlink & toplevel...
- Jonathan Roewen
[
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: | 2006-08-26 (23:47) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] mixing dynlink & toplevel... |
Hi, I dunno if this is possible, but: if I use Dynlink, can I later load toplevellib.cma, and use it like normal? At the moment I get undefined reference to global 'Toploop'. Jonathan