[REBOL] Another "External library" problem..
From: cyphre:seznam:cz at: 3-Jul-2003 18:43
Hi List,
I have another problem (but I'm not sure if this is solvable):
I have a C function which returns pointer to rendering area containing RGB
data. I need to MAKE image! which will be referencing to this data directly
so when I use this image! in FACE and call SHOW FACE then Rebol should show
me the current image without any additional data manipulation(like
Ladislav's Get-mem? function does). This is the only way how to achieve
realtime rendering...
Has anyone Idea how to MAKE such kind of image! in Rebol?
thanks in advance,
Cyphre