POV-Ray : Newsgroups : povray.general : Unhandled Exceptions... : Re: Unhandled Exceptions... Server Time
2 Aug 2024 14:16:02 EDT (-0400)
  Re: Unhandled Exceptions...  
From: =Bob=
Date: 16 Sep 2004 09:21:49
Message: <4149936d@news.povray.org>
Someone else posted a similar experience (Mael)
in message news:413ad105$1@news.povray.org...
with the following:

File test.inc :

#macro sph()
  sphere { 0, 1 }
#end

File test.pov :

#include "test.inc"
sph()
#if (true
#end

============================
It's missing a closing paren after "true" and
it throws an exception when run. Does it on
3.6 under Win98 and 3.6.1 under Win2K.
=Bob=


Post a reply to this message

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