caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Graphics in XP
@ 2005-01-01 22:20 rdlatimer
  2005-01-01 23:23 ` [Caml-list] " Christophe TROESTLER
  0 siblings, 1 reply; 2+ messages in thread
From: rdlatimer @ 2005-01-01 22:20 UTC (permalink / raw)
  To: caml-list

I'm using OcamlWin.exe

How do I use the Graphics modules?

Here's my error message:

# Graphics.open_graph "";;
Reference to undefined global `Graphics'

Thanks,
 Randy Latimer rdlatimer@tjhsst.edu


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

* Re: [Caml-list] Graphics in XP
  2005-01-01 22:20 Graphics in XP rdlatimer
@ 2005-01-01 23:23 ` Christophe TROESTLER
  0 siblings, 0 replies; 2+ messages in thread
From: Christophe TROESTLER @ 2005-01-01 23:23 UTC (permalink / raw)
  To: rdlatimer; +Cc: caml-list

On Sat, 1 Jan 2005, rdlatimer@tjhsst.edu wrote:
> 
> # Graphics.open_graph "";;
> Reference to undefined global `Graphics'

Type

 #load "graphics.cma";;

first (the prompt '#' is NOT displayed above).  For further "beginner
questions", please use http://groups.yahoo.com/group/ocaml_beginners

Happy new year,
ChriS


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

end of thread, other threads:[~2005-01-01 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-01 22:20 Graphics in XP rdlatimer
2005-01-01 23:23 ` [Caml-list] " Christophe TROESTLER

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).