POV-Ray : Newsgroups : povray.beta-test : Semi-official development build v3.7.1-alpha.8004333 : Re: Semi-official development build v3.7.1-alpha.8004333 Server Time
19 Apr 2024 11:39:17 EDT (-0400)
  Re: Semi-official development build v3.7.1-alpha.8004333  
From: clipka
Date: 4 Apr 2015 11:47:25
Message: <5520078d$1@news.povray.org>
Am 02.04.2015 um 21:14 schrieb Tor Olav Kristensen:
> clipka <ano### [at] anonymousorg> wrote:
>> This build should fix the issues reported about the tuple-style assignment:
>>
>> https://github.com/c-lipka/povray/releases/tag/v3.7.1-alpha.8004333
>
> There still seems to be problems. Please try this:
>
> // POV-Ray: v 3.7.1-alpha.8004333.unofficial.msvc10(?)
> // Binary: pvengine64.exe
> // OS: Windows 8.1 (64 bits)
> // CPU: AMD A8-6410
>
> #declare A = array[3];
>
> /*
> #declare A[0] = 1;
> #declare A[1] = A[0];
>
> // "Parse Error: Attempted to redefine float identifier as array identifier."
> #declare A[2] = array[1] { 1 };
>
> #declare E = A;
> */
>
> // "Unfortunately, it appears that a memory access violation at address
> // 0x00007FFBE6F3262B has caused this unofficial POV-Ray build to crash."
> #declare (A[0], A[1], A[2], E) = (1, A[0], array[1] { 1 }, A);

*sigh!*

Looks like this whole thing is a deal more complicated than it first 
seemed...


Post a reply to this message

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