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 _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
