POV-Ray : Newsgroups : povray.beta-test : File not created Server Time
28 Jul 2024 18:21:42 EDT (-0400)
  File not created (Message 1 to 2 of 2)  
From: Tim Attwood
Subject: File not created
Date: 6 Mar 2007 22:29:15
Message: <45ee318b$1@news.povray.org>
Can't create files? For example..

#fopen Handle "bug_test.inc" write
#write(Handle, "sphere{<0,0,0>, 1 pigment{rgb <1,0,0>}}\n")
#fclose Handle
#include "bug_test.inc"

results in a red sphere, but no file named "bug_test.inc"

(Windows XP, 32bit, beta 19a)


Post a reply to this message

From: Tim Attwood
Subject: Re: File not created
Date: 6 Mar 2007 22:32:37
Message: <45ee3255@news.povray.org>
> Can't create files? For example..
>
> #fopen Handle "bug_test.inc" write
> #write(Handle, "sphere{<0,0,0>, 1 pigment{rgb <1,0,0>}}\n")
> #fclose Handle
> #include "bug_test.inc"
>
> results in a red sphere, but no file named "bug_test.inc"
>
> (Windows XP, 32bit, beta 19a)

Oops, repeating other people, sorry.


Post a reply to this message

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