Xref: utzoo comp.sys.amiga.tech:830 comp.sys.amiga:19332 Path: utzoo!attcan!uunet!husc6!uwvax!oddjob!gargoyle!att!chinet!mcdchg!clyde!watmath!watdcsu!debate2 From: debate2@watdcsu.waterloo.edu (Dave Oh) Newsgroups: comp.sys.amiga.tech,comp.sys.amiga Subject: DiskObject Message-ID: <4725@watdcsu.waterloo.edu> Date: 23 May 88 01:15:58 GMT Reply-To: debate2@watdcsu.waterloo.edu (Dave Oh) Distribution: na Organization: U. of Waterloo, Ontario Lines: 20 Hello. I'm trying to do some things with Workbench objects and I was wondering... If I were to AllocRemember the DiskObect into CHIP ram, would the subsequent Gadgets and Images be located there too? Let's say, for example: main() { struct DiskObject *dobj; dobj = AllocRemember(&myRememberList,sizeof(struct DiskObject), MEMF_CHIP|MEMF_CLEAR); If I had this, would my dobj->do_Gadget.GadgetRender image be in Chip ram too? Please help. :::> Dave Oh uucp: debate2@watdcsu.waterloo.edu