Browse thread
[Caml-list] ocamlopt, windows, and no console
[
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-04-10 (17:29) |
From: | Dmitry Bely <dbely@m...> |
Subject: | Re: [Caml-list] ocamlopt, windows, and no console |
"Jonathan Roewen" <jonathan.roewen@gmail.com> writes: > How does one generate an .exe using ocamlopt that doesn't launch a > console window? What Ocaml build are you using? If Mingw one then I am afraid it's not possible, but if it's MSVC-based I would try to play with -cclib /link -cclib /subsystem:windows options. - Dmitry Bely