Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Ocamlwin.exe Flaky ?
@ 2004-11-24  2:52 Normand Leclerc
  2004-11-24  4:11 ` [Caml-list] " Christopher A. Watford
  0 siblings, 1 reply; 3+ messages in thread
From: Normand Leclerc @ 2004-11-24  2:52 UTC (permalink / raw)
  To: caml-list

Hi,

I asked this to the beginner's list but the answer was elliptic.
I re-ask it here.

OcamlWin.exe is consistently crashning.  I don't know if it
is because of SP2 of WinXP, but I would be surprised, as the rest
is holding well.  Also, I do not have the choice of Win.

In general, OcamlWin is working, butI crash it from I/O, when reading the keyboard :
print_string "What's your name ? ";
   flush stdout;
   let answer = input_line stdin in
   print_string ("Hello " ^ answer);
   print_string ", nice to meet you!\n";


Also, apart of an Emacs mode, is it possible to redirect the
interpreter's output to my small editor with with I do my own handy
auto-completion.  I do it with other languages,
but never found the way to do it with Ocaml.

As a matter of fact, even .Ocamlinit in the same directory of
OcamlWin.exe is not able to change the working directory with
directives.

Thanks for any help.
--
Norm.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-24  4:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24  2:52 Ocamlwin.exe Flaky ? Normand Leclerc
2004-11-24  4:11 ` [Caml-list] " Christopher A. Watford
2004-11-24  4:22   ` Christopher A. Watford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox