home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8585 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: drivers in OVR?
  5. Message-ID: <dmurdoch.429.728071334@mast.queensu.ca>
  6. Lines: 18
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <lawrence-260193100111@ls-21.biology.utah.edu>
  10. Date: Tue, 26 Jan 1993 18:02:14 GMT
  11.  
  12. In article <lawrence-260193100111@ls-21.biology.utah.edu> lawrence@bioscience.utah.edu (jeff lawrence) writes:
  13.  
  14. >is it possible to link driver and font OBJ files into overlays instead of
  15. >the EXE file in BP7?  the manuals don't seem to outwardly forbid it, and
  16. >the compiler does fine overlaying the unit with the procedures, but i can't
  17. >initialize the drivers.  if the unit is *not* overlaid, things are fine.
  18. >seems like a waste of space to put them in the EXE file.  am i grabbing at
  19. >straws here?
  20.  
  21. You can't, because BGI depends on the active driver staying at a fixed 
  22. position in memory.  If you don't want to link them all in, you can tack 
  23. them on the end of the .EXE and just load the detected one at run-time; an 
  24. example of how to do this is in BGIRES.ZIP, where I put them in a resource 
  25. file.  (Look on garbo.uwasa.fi in either /pc/turbopas or /pc/turbovis.)
  26.  
  27.  
  28. Duncan Murdoch
  29. dmurdoch@mast.queensu.ca
  30.