help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Gusek : a GLPK IDE for Windows


From: Luiz M. M. Bettoni
Subject: Re: [Help-glpk] Gusek : a GLPK IDE for Windows
Date: Wed, 10 Dec 2008 05:02:23 +0300

Hi, All.

> The proper place to flush the terminal output is xputc in glplib04.c,
> which is a base routine that produces actual output:
>
>       /* write the character to the terminal */
>       fputc(c, stdout);
> +++   if (c == '\n') fflush(stdout);
>
> though by default stdout must be open in _IONBF mode, i.e. the output
> must not be buffered at all.
>
> All this has sense only if SciTE replaces the standard output handle
> (STD_OUTPUT_HANDLE) by a pipe handle on spawning glpsol.

Great, with Andrew path it works fine!
SciTE show glpsol output in real time, like any other console app.
Can this be added to GLPK official source code?

Thanks!!!
Luiz Bettoni









reply via email to

[Prev in Thread] Current Thread [Next in Thread]