[REBOL] Re: How to send big string to library and back?
From: petr:krenzelok:trz:cz at: 16-Apr-2001 17:04
----- Original Message -----
From: "Robert M. Muench" <[robert--muench--robertmuench--de]>
To: <[rebol-list--rebol--com]>
Sent: Monday, April 16, 2001 3:36 PM
Subject: [REBOL] Re: How to send big string to library and back?
> > -----Original Message-----
> > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
> > Andrew Martin
> > Sent: Monday, April 16, 2001 11:46 AM
> > To: [rebol-list--rebol--com]
> > Subject: [REBOL] Re: How to send big string to library and back?
>
> Hi, if you know the size, why don't you send the size as an extra
parameter
> to/from the library and the pointer/array/... of your binary data as the
> second? If it's possible to make it easy, just keep it easy ;-)) Robert
What? You want to tell me, that I can pass pointer to rebol word (pointing
to/"containing" binary data) to the library, and manipulate such data
directly via library interface? Eh, that's imo impossible as it would be
easy. IIRC we are not able to manipulate rebol datatypes data from external
environment, or am I wrong?
-pekr-