In beta 14 this worked:
#declare Get=yes;
#include"something.pov"
#undef Get
In beta 15 there is an parsing error:
undeclared identifier, float identifier found instead
But this works in beta 15
#declare Get="yes";
:
#undef Get
I have:
Computer: Amd Athlon 1.2GHz 256Meg RAM
POVRAY: version 3.5.beta.id.win32
--
Have Fun!
"Leroy Whetstone" <lrw### [at] joplincom> wrote in message
news:3CAABBF7.F8A86E69@joplin.com...
>> #declare Get=yes;> #include"something.pov"> #undef Get>> In beta 15 there is an parsing error:> undeclared identifier, float identifier found instead>
Confirmed
> But this works in beta 15>> #declare Get="yes";> :> #undef Get
OK, but only if ":" is replaced by #include "something.pov"
Alf
version 3.5.beta.15.msvc.win32.
Win98SE, Celeron 500, 160 MB.
> I think you mean 3.5.beta.icl.win32 (note icl instead of id) :-)> Your right! I wrote it down to make sure I had it right and then... copied it> back wrong : (>
--
Have Fun!