how to collect a bitmap from external environment (windows)

Bert Freudenberg bert at impara.de
Sat Jul 2 13:36:27 UTC 2005


Am 02.07.2005 um 12:17 schrieb Prabhakar katlakunta:

> hai,
> we have stored a bitmap in memory using an external application,and we
> are unable to access it from squeak. The size of the bitmap is 16*16.
>
> we will be happy if any suggestions or any pointers provided.

Create an ExternalAddress pointing to that piece of memory, create a  
Form of the appropriate size and depth, and copy the bytes into the  
Form's bitmap.

- Bert -




More information about the Squeak-dev mailing list