POV-Ray : Newsgroups : povray.general : Bug with include & macro ? : Bug with include & macro ? Server Time
2 Aug 2024 16:27:44 EDT (-0400)
  Bug with include & macro ?  
From: Mael
Date: 5 Sep 2004 04:40:37
Message: <413ad105$1@news.povray.org>
Hello,

I think I found a scene crashing pov (version windows 3.6.1.icl8.win32). You
need an include file with a macro

File test.inc :
#macro sph()
  sphere { 0, 1 }
#end

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

test.pov gives an internal error and the backend thread is shutted down

M


Post a reply to this message

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