1 Sep 2005 02:26
Re: Request: Windows installers
Christopher A. Watford <christopher.watford <at> gmail.com>
2005-09-01 00:26:12 GMT
2005-09-01 00:26:12 GMT
On 8/31/05, skaller <skaller <at> users.sourceforge.net> wrote: > I have a small request for the Ocaml Windows installers: > > There are TWO Windows based Ocaml ports: MinGW and Win32 native > plus the Cygwin port. > > Please could the builders of these packages > distinguish them?? > > Make the default install points, desktop icons, menu items, > etc all distinct. Plus, with the OcamlWinPlus thing, make sure > the port/version of Ocaml being used is displayed on the titlebar: > even the help/about does not tell you this (hmm .. and 'ocaml' > command should tell you this too) I'll fix that. In my copy Help -> About does, but the entire thing is built such that it doesn't need to know the version. Unfortunately the best thing I can do is grab the first line from ocaml.exe... which is fugly. If the EXE is stamped I'll take out of the NT image headers. OCamlWinPlus really needs an embedded toplevel. Because piping in that toplevel is a sonofabitch. I could spruce the thing up big time or drop it into Eclipse/MSVS if I could step through the toplevel code wise. Alas I'm not quite sure how to start this. > I have, and need, all three versions of Ocaml installed, > and it is all very confusing, both MingW and native ports > think they own the world and use the same OCAMLLIB variable, > and also both expect themselves to be first in the PATH.(Continue reading)
RSS Feed