POV-Ray : Newsgroups : povray.programming : Possible problem in Mac source : Re: Possible problem in Mac source Server Time
28 Jul 2024 18:14:41 EDT (-0400)
  Re: Possible problem in Mac source  
From: Chris Huff
Date: 13 Nov 1999 18:20:01
Message: <382DF2CC.44834D7@compuserve.com>
>if(p2wWPtr == NULL)
{
    SysBeep(5);
    SysBeep(5);
    SysBeep(5);
}<

Ok, I added this code in right after this line:
p2wWPtr = (p2w_WindowPtr_t)NewPtr(sizeof(p2w_WindowRecord_t));
The result: No beep, neither before crashing into MacsBug nor after
using ES to get out. I even increased it to 6 calls of SysBeep, just in
case.


Post a reply to this message

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