<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/07/32445ed576455f6cd11f5fcc84d4ef92"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2003-07-10T09:48:18"
  subject="Re: [Caml-list] can&apos;t #load some library files"
  prev="2003/07/fa560885a8e97b6dcf3961a0bd577aea"
  next="2003/07/8aeb8cebae576f740cf9fd73099a7b37"
  prev-in-thread="2003/07/2a69eacc58f525bdc223410c31d18e6a"
  next-in-thread="2003/07/6a82cfbcf41f6b2560800cc6b67cfbdb"
  prev-thread="2003/07/fb3da633abcfdc3f4bbdc870d13140cb"
  next-thread="2003/07/6bc4071391178edd2304f91139ccb696"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] can&apos;t #load some library files">
<msg 
  url="2003/07/2a69eacc58f525bdc223410c31d18e6a"
  from="GL7: David Elsdon &lt;gl7@t...&gt;"
  author="GL7: David Elsdon"
  date="2003-07-09T16:36:47"
  subject="[Caml-list] can&apos;t #load some library files">
<msg 
  url="2003/07/32445ed576455f6cd11f5fcc84d4ef92"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2003-07-10T09:48:18"
  subject="Re: [Caml-list] can&apos;t #load some library files">
<msg 
  url="2003/07/6a82cfbcf41f6b2560800cc6b67cfbdb"
  from="GL7: David Elsdon &lt;gl7@t...&gt;"
  author="GL7: David Elsdon"
  date="2003-07-19T22:42:02"
  subject="Re: [Caml-list] can&apos;t #load some library files">
</msg>
</msg>
</msg>
</thread>

<contents>
&gt; I am using the native Windows build of ocaml version 3.06. I get an error 
&gt; when I try to load graphics.cma at the top level. Here's what happens.
&gt; 
&gt; D:\Work in progress\Ocaml projects&gt;ocaml
&gt;          Objective Caml version 3.06
&gt; # #load "graphics.cma";;
&gt; Cannot load required shared library: A device attached to the system is not 
&gt; functioning.
&gt; I wonder whether not have visual C++ installed on my system has
&gt; anything to do with the problem. Maybe some dll needed to load
&gt; graphics.cma is missing ??

Yes, this denotes a problem while loading the DLL "dllgraphics.dll",
which normalyy should be in the lib/ or lib/stublibs subdirs of the
OCaml installation directory.

The error message is obscure but that's the one returned by Windows
itself.

And, no, you don't need VC++ installed for this to work.

- Xavier Leroy

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

</contents>

</message>

