Hi Ingo,

Dirk Reiners wrote:

>I've seen that before. The problem is that the SFH spawns a progress 
>thread that does output and interferes with other streams.  To work 
>around this you can set the progress callback to an empty function (I 
>don't remember if NULL works, too). I'm away from my work system, so I 
>can't look up the exact syntax, just take a look at the SFH header.
>  
>
Following up on myself (the shower is still the best place to jog your 
memory ;): the problem was the progress thread checking the progress on 
the read stream, so you have to have no progress callback (NULL), the 
fact that the stream is queried before the callback is called is enough 
to throw it off.

Yours

    Dirk



_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to