Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!uunet!mcsun!hp4nl!star.cs.vu.nl!hvaalde From: hvaalde@cs.vu.nl (Aalderen van Harold) Newsgroups: comp.sys.atari.st.tech Subject: Re: passing to PRG (was: Re: requirements to use VDI) Message-ID: <10315@star.cs.vu.nl> Date: 26 Jun 91 19:56:59 GMT References: <1991Jun25.215933.22514@convex.com> Sender: news@cs.vu.nl Lines: 26 rosenkra@convex.com (William Rosencranz) writes: >it sounds like i can do basically > graf_handle (or whatever) > v_opvwrk (or whatever it is) > v_fillarea I say put an appl_init() upfront and an appl_exit() before exiting >which is still nice and simple. i realize that it may cause problems if GDOS >is installed. since i do not have it, that doesn't bother me :-). i also want Shouldn't interfer with GDOS at all, GDOS is only needed if you use other ouput devices than the screen itself, or want to use different fonts >to minimize the amount of overhead, though i suspect linking in vdibind >will add more than a little overhead. Depends on your compiler since only thing you have to do is a trap for the functions you use the only overhead is filling some internal VDI arrays, it is not that much VDI is not difficult to handle once you learned what the functions do AES use windows is a lot more difficult, because you can't do it partial Harold van Aalderen (hvaalde@cs.vu.nl)