Browse thread
ocamlopt and *using* DLLs
[
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: | Robert Roessler <roessler@r...> |
| Subject: | Re: [Caml-list] ocamlopt and *using* DLLs |
Jacques Garrigue wrote: > From: Robert Roessler <roessler@rftp.com> > ... >>2b) can I in general expect that an app that works well with ocamlc >>and a collection of OCaml cma libs and compiled DLLs (LablGTK and >>associated runtime) will work with ocamlopt - assuming that I generate >>and replace cmo/cma files with cmx/cmxa files? > > > Except these linking problems, you can assume identical behaviour. > If there are significant discrepancies, please report them. I have a request for an additional [very helpful] export from dlllablgtk2 which I will detail on the LablGTK list... but in terms of discrepancies, I only see a minor one: I notice that the fonts in the editing widget itself as well as in the surrounding menu and status bars appear differently [in native code] relative to their appearance in bytecode. It looks like the same font face and size in each case, but where the bytecode version seems to be "bold", the native one looks thin and "spidery". I can supply screenshots, run further tests, whatever would be helpful if someone wants to look into this. I have one more issue which I will bring up in this group, since it presumably effects anyone using GTK apps on Windows: what can I do about the [gratuitous to me] console window opened with my OCaml/GTK app? Aside from the philosophical debate about having a "stdout" or not, a very large number of Windows app certainly manage without one. :) Did someone on this or the LablGTK list have a piece of code yielding a tiny/invisible console window for GTK apps on Windows? I thought I had seen something like that previously, but my searches are coming up empty. Robert Roessler roessler@rftp.com http://www.rftp.com