Path: utzoo!utgpu!watserv1!watmath!att!cbnewse!foster From: foster@cbnewse.ATT.COM (r.w.foster) Newsgroups: comp.sys.atari.st Subject: GDOS question Keywords: GDOS PROGRAMMING Message-ID: <13366@cbnewse.ATT.COM> Date: 4 Mar 90 23:12:10 GMT Organization: AT&T Bell Laboratories Lines: 19 I need a question about GDOS answered. I have a program that I wrote some time ago which copies a graphic image into a window as part of it's operation. This has worked out just fine for a long time but since I have added GDOS to my system, the blit call doesn't cause anything to happen. If I take out GDOS(or G+PLUS), everything works fine again. The call in question is a vro_cpyfm(handle,3,xyarray,&sourcemfdb,&destmfdb); Is there some sort of initialization that needs to be done with GDOS-G+PLUS in addition to the appl_init(), v_opnwrk(..),vs_clip(..) stuff? The program doesn't use GDOS but something about GDOS being loaded is messing things up. Any GDOS tips appreciated. Thanks, Bob Foster