Message-ID: <44BF4A1E.4040307 at rftp.com> Date: Thu, 20 Jul 2006 02:17:18 -0700 From: Robert Roessler Organization: Robert's High-performance Software MIME-Version: 1.0 To: LablGTK List Subject: Selection_mode_val (e.g.) not usable from outside of LablGTK core Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Length: 499 I am unable to use this converter (or any of the ones like it) from my own DLL (for a new OCaml binding for a C widget) since the tables themselves needed for the lookups are not directly visible to a foreign DLL. There are several hacks possible in C or Caml code... but none as convenient as just being able to use Selection_mode_val and its siblings directly... :( What is/are a/some recommendation(s) for the "right" way to do this? Robert Roessler robertr@rftp.com http://www.rftp.com