caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Patrice AUFFRET <patrice.auffret@hol.fr>
To: caml-list@inria.fr
Subject: Graphisme
Date: Mon, 11 May 1998 22:15:56 +0200	[thread overview]
Message-ID: <35575C7C.317B9DB@hol.fr> (raw)

Bonjour,
je suis en train d'apprendre le CAML ( sous Windows ) à la FAC.
Recemment j'ai appris à compiler les programmes pour en faire un EXE
indépendant du logiciel CAML. Mais lorsque je veux faire du dessin en
programme indépendant, j'obtiens une erreur lors de l'execution du
fichier. Je fais un programme du style :

#open "graphics";;
open_graph "";;
fill_rect 200 200 50 100;;
print_newline ();;

pour obtenir un magnifique carré. Je le compile par la commande :

CAMLC -O fichier.EXE fichier.ML

La compilation se passe bien, mais lorsque j'éxecute le fichier,
j'obtiens comme message d'erreur :

Fatal error: uncaught exception.

Que dois-je faire ? S'il vous plaît, aidez moi. Merci d'avance.






             reply	other threads:[~1998-05-12  6:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-11 20:15 Patrice AUFFRET [this message]
1998-05-13 15:22 ` Graphisme 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=35575C7C.317B9DB@hol.fr \
    --to=patrice.auffret@hol.fr \
    --cc=caml-list@inria.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).