Xref: utzoo comp.sys.amiga:19819 comp.sys.amiga.tech:926 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!athena.mit.edu!rlcarr From: rlcarr@athena.mit.edu (Rich Carreiro) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: Re: Image in a window Summary: Make sure it's in CHIP! Keywords: Simple, no-prob, ACK!, doesn't work Message-ID: <5728@bloom-beacon.MIT.EDU> Date: 10 Jun 88 19:49:53 GMT References: <740@csm9a.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: rlcarr@athena.mit.edu (Rich Carreiro) Organization: Massachusetts Institute of Technology Lines: 18 You'll probably hear this from a million people, but make sure the image data (the pictData array in your case) is in CHIP memory. Either use AllocMem and copy it to CHIP, or use your compiler options to force data hunks into CHIP. I had the same problem compiling some example programs I had (like speechtoy, dadc, etc.) when I added memory because the preinitialized data was ending up in FAST and the custom chips couldn't touch it. If, on the other hand, o Amiga gods, I completely misunderstood the way CHIP mem is working here, please forgive a lowly Amiga programming novice. Thankk you for your continued support. ******************************************************************************* * Rich Carreiro "...and she's buying a stairway to heaven." * * rlcarr@athena.mit.edu - "Stairway to Heaven" by Led Zeppelin * *******************************************************************************