POV-Ray : Newsgroups : povray.newusers : library macro access violation error : Re: library macro access violation error Server Time
31 Jul 2024 04:17:42 EDT (-0400)
  Re: library macro access violation error  
From: Thorsten Froehlich
Date: 29 Dec 2002 12:05:53
Message: <3e0f2b71@news.povray.org>
In article <3e0f1a35$1@news.povray.org> , "ZSpider" <zsp### [at] gtenet> wrote:

> File:  fonts.txt   Line:  1
> #while (defined(fFonts))
>                  #read(fFonts,dummy"c:winnt\fonts\arial.ttf"  <----ERROR
> Parse Error:  Illegal sequence in string.

It does not say "Illegal sequence in string." but "Illegal escape sequence
in string.".  And this should tell you want is wrong by checking the manual:
The backslash is a reserved character and you have to type "\\".  Of course,
the proper solution would be to add "c:\winnt\fonts\" to your include
paths...

> Does that throw up any red flags to where somebody can see what
> my problem is?

Yes, apparently when printing the error message something in POV-Ray is
trying to interpret your illegal escape sequence and gets confused.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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