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

[REBOL] Re: No-Rebol Facets

From: petr:krenzelok:trz:cz at: 10-Jul-2001 15:12

Hi, good question! I am not sure if it will fit your needs, but some time ago Jeff posted here some interesting example, of how to manipulate Rebol data directly in memory in external environment (.dll). The idea was to have some e.g. image data, referenced by word (e.g. img: load %some-image.jpg) and then create structure, where the member of the structure is going to be your 'img). That way you can get pointer to real 'img location, but in external environment .... Maybe Jeff could show us simple little tiny .dll, showing us some simple .dll image data manipulation ... and voila - Rebol/Effects is born :-) Cheers, -pekr- Ammon Cooke wrote: