POV-Ray : Newsgroups : povray.newusers : library macro access violation error : Re: library macro access violation error Server Time
4 Nov 2024 19:22:50 EST (-0500)
  Re: library macro access violation error  
From: Ken
Date: 29 Dec 2002 11:42:02
Message: <3E0F2699.64381E32@pacbell.net>
ZSpider wrote:

> File:  fonts.txt   Line:  1
> #while (defined(fFonts))
>                  #read(fFonts,dummy"c:winnt\fonts\arial.ttf"  <----ERROR
> Parse Error:  Illegal sequence in string.
> 
> Does that throw up any red flags to where somebody can see what
> my problem is?

If that is a direct copy and paste from your scene file you are missing
a "\" after c:

If so change it to - #read(fFonts,dummy"c:\winnt\fonts\arial.ttf"

-- 
Ken Tyler


Post a reply to this message

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