|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi all.
I've recently made a little patch from MegaPov 0.2, for personal use,
that allows me to write some bytes in a binary file (with a new
directive #writeb). I've used it to write and use df3 files.
So, here is my request: a feature (whatever it is) to create df3 file.
Writing byte per byte in a binary file is one solution. Maybe there are
others.
My modifications of the source code is not very usable, because I've
only made a Copy&Paste of the #write directive code. There is no
verification on the type of the open file, etc..., and I can only write
byte per byte...
I can post the modified files if someone is interested in making this
little patch a real one.
Bouf.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Oops.
And I forgot to thank Chris Huff for his tutorial "Making POV Patches",
that was of great help.
Bouf.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 10 Feb 2000 13:43:51 +0100, Bouf wrote:
>Hi all.
>
>I've recently made a little patch from MegaPov 0.2, for personal use,
>that allows me to write some bytes in a binary file (with a new
>directive #writeb). I've used it to write and use df3 files.
With the exception of \0 (a zero byte) and possibly CR/LF (due to
DOS translation stuff) it's already possible to write binary data
to files using the official #write. The best patch would be one to
fix the problems with #write to allow all values.
--
These are my opinions. I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <38A2B3FE.2A2D77AB@nanterre.marelli.fr>, Bouf
<Chr### [at] nanterremarellifr> wrote:
> And I forgot to thank Chris Huff for his tutorial "Making POV Patches",
> that was of great help.
I am glad someone finds it useful. :-)
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>I am glad someone finds it useful. :-)
Hey! I've always found it useful and educational, I've just never used it.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |