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: | Anatoly Zaretsky <anatoly.zaretsky@g...> |
| Subject: | Re: [Caml-list] ocamlopt and *using* DLLs |
On 5/27/05, Robert Roessler <roessler@rftp.com> wrote: > ... > 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. There is a small hack in ocaml-win32 for console window elimination, mkwinapp (http://cvs.sourceforge.net/viewcvs.py/*checkout*/ocaml-win32/ocaml-win32/mkwinapp.ml)