POV-Ray : Newsgroups : povray.bugreports : #debug, #render ... windows : Re: #debug, #render ... windows Server Time
23 Jun 2024 14:41:30 EDT (-0400)
  Re: #debug, #render ... windows  
From: Thorsten Froehlich
Date: 26 Mar 1999 09:13:17
Message: <36fb95fd.0@news.povray.org>
In article <36fb884e.0@news.povray.org> , Nieminen Mika <war### [at] cctutfi>  
wrote:

>   This means that the outputting is buffered, just like outputting to
> standard output in any programming language.

It is not, at least not in the POV-Ray core code.  The code used will work
on most other platforms that output the text directly. However, the GUI
platforms need to workaround certain limitations of text streams.

We are aware of the shortcomings of the current text stream only based
output when using graphical user interfaces. This will all work much better
in future versions of POV-Ray.

>   In programming languages the solution to this is to flush the stdout
> stream after outputting the text. AFAIK there's no way to flush text
> streams in povray other than outputting a "\n".
>
>   How about a new feature: #flush <stream>, where <stream> can be
> 'debug', 'render', 'warning', etc...
>   For example:
>
> #warning "This is a warning"
> #flush warning


     Thorsten


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.