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.



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to