<?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="2002/12/86a39df06f440850dd6cce79e99c09c2"
  from="Chris Hecker &lt;checker@d...&gt;"
  author="Chris Hecker"
  date="2002-12-18T16:44:55"
  subject="Re: [Caml-list] Debugging version for win32"
  prev="2002/12/6605ee05df88c5773dd5ef8b29731da3"
  next="2002/12/ca000df76b4c3afdb26e2a2d8a0cc611"
  prev-in-thread="2002/12/6605ee05df88c5773dd5ef8b29731da3"
  prev-thread="2002/12/dcb2f14b00717a17f23495f127b1c29d"
  next-thread="2002/12/ca000df76b4c3afdb26e2a2d8a0cc611"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Debugging version for win32">
<msg 
  url="2002/12/6605ee05df88c5773dd5ef8b29731da3"
  from="Ohad Rodeh &lt;ORODEH@i...&gt;"
  author="Ohad Rodeh"
  date="2002-12-18T14:35:13"
  subject="[Caml-list] Debugging version for win32">
<msg 
  url="2002/12/86a39df06f440850dd6cce79e99c09c2"
  from="Chris Hecker &lt;checker@d...&gt;"
  author="Chris Hecker"
  date="2002-12-18T16:44:55"
  subject="Re: [Caml-list] Debugging version for win32">
</msg>
</msg>
</thread>

<contents>

&gt;This is necessary for any C program that uses Caml in debugging mode. MSVC
&gt;requires all parts of a compiled program to be compiled for debugging, this
&gt;applies to the Caml runtime and libraries as well.

No, you just need to link with debugging on, and then any parts that are 
compiled with debug information will be there.  Just put a -cclib "/link 
/debug" on the ocaml[c|opt] link command line.

Chris

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

