[REBOL] Re: Another "External library" problem..
From: rotenca:telvia:it at: 4-Jul-2003 12:53
Hi Cyphre,
> I think this is not possible but anyway
If you cannot build the image in REBOL and then pass the pointer to the
external routine,
i agree: there is no solution. From this point of view image! seems an
immutable value and the construction of an image! datatype always make a copy
of the binary string.
Whe should need a new refinement:
img: make image! ...
img/data: binary-string
---
Ciao
Romano