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