Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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