|  |  | I tried to post this message three times in P.bugreports and it didn't 
work, sorry if I'm multiposting.
So I wrote the following:
#macro F_Plane ()
   #local fn_p=function (x,y,z) { y };
   fn_p
//  function (x,y,z) { fn_p (x,y,z) }
#end
#local F1= F_Plane();
#declare fn_crash = function(x,y,z) { F1(x,y,z) }
and got a POV access violation (official Win32 POV (MegaPOV crashes 
too)). Commented code is a workaround.
I hope that helps,
JC
Post a reply to this message
 |  |