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: xypron
Subject: Re: [Help-glpk] Gusek : a GLPK IDE for Windows
Date: Tue, 9 Dec 2008 16:47:34 -0800 (PST)

Hello Luiz,

>> All others programs called by Gusek/SciTE (MinGW GCC, for example)
>> generates outputs in real time, but the glpsol.exe does not.

could it be that file flushing is missing.

Would adding
LIBENV *env = lib_link_env();
if (!env->term_out) return;
if (env->log_file != NULL) fflush(env->log_file);

at the end of xprintf() in glplib04.c help?

Best regards

Xypron
-- 
View this message in context: 
http://www.nabble.com/Gusek-%3A-a-GLPK-IDE-for-Windows-tp20902448p20926994.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.





reply via email to

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