|
|
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
|
|