[REBOL] Re: External library interface
From: lmecir:mbox:vol:cz at: 2-Jul-2003 22:49
Hi Volker,
you wrote:
Write a wrapper-function in c.
call the wrapper-function with a buffer.
copy the result in the buffer.
> -L
-V
that looks reasonable, but it isn't acceptable in this case, because the
memory part returned by the API function should be read and modified by
Rebol. My question was, how to do it, if it contains null characters. I
hope, that some work-around can be found :-o, because it is important in
this case (OpenGL 3D graphics!).