caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Harry Chomsky" <harry@chomsky.net>
To: "Nicolas Cannasse" <warplayer@free.fr>,
	"Felix Winkelmann" <felix@proxima-mt.de>, <caml-list@inria.fr>
Subject: Re: [Caml-list] Windows (MSVC) applications without the console window...
Date: Fri, 14 May 2004 09:58:49 -0700	[thread overview]
Message-ID: <05f801c439d4$ba2d56c0$0200a8c0@harry> (raw)
In-Reply-To: <006401c439bf$c33a9670$ef01a8c0@warp>

> > I'm using OCaml 3.07 on Windows (MSVC build) and I wonder
> > whether it's possible to create standalone applications
> > that run without opening a console window. Some googling
> > directed me to mkwinapp (from the OCaml-Win32 distribution)
> > but apparently it doesn't work.

Can you be more specific about what doesn't work?  I haven't tried it with
the most recent versions of OCaml and Windows, so there may be bugs that I
don't know about.  Or you may be running into the limitations caused by
OCaml's use of a separate application for its runtime (ocamlrun.exe).  Make
sure you read and understand section 3 ("Subsystems") of the file build.txt
included with the OCaml-Win32 distribution.

> And then a simple call to free_console() will remove the console.

That might work, but I think it might look less clean than having a true
windows subsystem app.

> One other way is to hack the exe in order to change its mode from "console
> application" to "win32 application". Maybe an ocaml linker option would be
> nice to do that.

That's exactly what the "lkwinapp" and "mkwinapp" features of OCaml-Win32
do.  But again, if you read the "Subsystems" documentation mentioned above,
you will see why it might not work as well as you'd hope.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2004-05-14 16:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-14  9:39 Felix Winkelmann
2004-05-14 14:28 ` Nicolas Cannasse
2004-05-14 16:58   ` Harry Chomsky [this message]
2004-05-17  8:18     ` Felix Winkelmann
2004-05-17  8:35       ` Xavier Leroy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='05f801c439d4$ba2d56c0$0200a8c0@harry' \
    --to=harry@chomsky.net \
    --cc=caml-list@inria.fr \
    --cc=felix@proxima-mt.de \
    --cc=warplayer@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).