[GiDlist] Process window, output view Tip

Moderator: GiD Team

Post Reply
Mark Smith

[GiDlist] Process window, output view Tip

Post by Mark Smith »

Win98 GiD 6.3.0

Dear group.

For those of you writing your own solvers who might, like me have been
mystified why piped output to the "output info window" doesn't arrive as
expected and have wondered why, this is because stdout is buffered, If you
are coding in C after any printf calls you need to call fflush(stdout).
For those familiar with Tcl/Tk this probably come as no surprise but it had
me foxed for months.

Regards
Mark

P.S. are there any experienced win9x and Tcl/Tk users on this list who might
be able to help with advise on building Tcl/Tk GUI front ends for win32
console apps ?


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------
Ramon Ribó

[GiDlist] Process window, output view Tip

Post by Ramon Ribó »

Hello,

If you have some simple question related to Tcl/Tk GUI, you can
ask it in this list, as the information can also be useful to other
list members, and I'll try to do my best answering it.

If you need professional assistance for developing one application,
you can contact Compass Ingeniería y Sistemas (info at compassis.com),
that offer consultancy on these issues.

Regards,

--
Compass Ing. y Sistemas Dr. Ramon Ribó
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Mark Smith
Enviado el: miércoles, 12 de junio de 2002 16:59
Para: Gidlist (E-mail)
Asunto: [GiDlist] Process window, output view Tip


Win98 GiD 6.3.0

Dear group.

For those of you writing your own solvers who might, like me have been
mystified why piped output to the "output info window" doesn't arrive as
expected and have wondered why, this is because stdout is buffered, If you
are coding in C after any printf calls you need to call fflush(stdout).
For those familiar with Tcl/Tk this probably come as no surprise but it had
me foxed for months.

Regards
Mark

P.S. are there any experienced win9x and Tcl/Tk users on this list who might
be able to help with advise on building Tcl/Tk GUI front ends for win32
console apps ?


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------



_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Post Reply