[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] process* in MSDOS (Win 95) ?



Matthew Flatt wrote:
> 
> Quoting John Clonts:
> > Matthew Flatt wrote:
> > > [...]
> > > Otherwise, I'm out of ideas. Certainly it works for me in 102, and I'm
> > > farily certain it worked in 101.
> >
> > It works for you under Windows 95?  (Or some other win32 ver?)
> 
> Windows 95. Here's the source to my a.c, which I compiled with MSVC 5:
> 
>  #include <stdio.h>
>  int main() {
>    printf("hello\nworld");
>    return 0;
>  }
> 
> > Hmmm, from the docs I guess that (process* ...) does not use
> > command.com, which distinguishes it from (process ...) which does.
> 
> You're right that `process*' does not use command.com. `process' isn't
> supported in MzScheme for Windows.
> 
> Matthew

It ("hello.c") works when compiled with VC++, but not when compiled with
DJGPP.  Hrmmph!

Cheers,
John