Some advices from the russian site
http://www.rsdn.ru/forum/winapi/2066867.flat.aspx (translated):

CRT just check the output type with GetFileType and if the result differs
   from FILE_TYPE_CHAR then it activates the full buffering STDOUT. The
solution for child program:
    1) call (stdout,0,_IONBF,0) at its very beginning;
    2) hack the child so that it won't activate the buffering.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to