POV-Ray : Newsgroups : povray.advanced-users : File I/O handling... : Re: Nope, doesn't work Server Time
29 Jul 2024 10:30:36 EDT (-0400)
  Re: Nope, doesn't work  
From: Simon Adameit
Date: 4 Aug 2002 12:42:01
Message: <3d4d5959@news.povray.org>
"Tim Nikias" wrote:
> Damn! It still doesn't work!
>   #if (defined(_Seed_Origin) | defined(_ISeed))

Change this line into:
#if (defined(_Seed_Origin))

And make sure that you have a comma behind the last item in the file from
that you read.
Otherwise it will recognize the end of the file to early.


Post a reply to this message

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