[plt-scheme] mzc --exe
I'm sorry - it was my mistake.
I compiled in the IDE first and then
recompiled with mzc --exe and I had been
working so many hours I didn't read the screen
to see that it didn't compile. I was mistakenly
running the myprog.exe that was compiled from
the IDE. the mzc --exe myprog runs correctly.
----- Original Message -----
From: "Matthew Flatt" <mflatt at cs.utah.edu>
To: "John Small" <jsmall at atlantech.net>
Cc: <plt-scheme at web-ext.cs.brown.edu>
Sent: Thursday, January 06, 2005 11:30 AM
Subject: Re: [plt-scheme] mzc --exe
> At Wed, 5 Jan 2005 19:21:14 -0500, "John Small" wrote:
>> I create a executable with
>>
>> mzc --exe myprog.exe myprog.scm
>>
>> on Windows and it compiles okay.
>>
>> But when I run from the command line it it launchs a console
>> window for standard output.
>>
>> How can I get it skip opening this additional window?
>
> If you run myprog.exe within a console window, it shouldn't open
> another one. Is that what's happening, or do I misunderstand the
> context?
>
> Matthew
>
>