[MLton] Re: [MLton-commit] r6699

Florian Weimer fw at deneb.enyo.de
Mon Jun 15 10:06:33 PDT 2009


* Matthew Fluet:

> The issue (as I understand it) is that the  char **argv  argument
> passed to spawnv{,p}{,e} becomes the  const char **argv  argument
> passed to main of the created process.

Windows hasn't got an argv array, there is just a single argument
string.  The argv array needs to be serialized and deserialized, and
you need matching conventions for that.  (Unfortunately, I don't know
what the conventions are; they might not even exist.)



More information about the MLton mailing list