home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4879 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!uxa.ecn.bgu.edu!mudrc
  3. From: mudrc@uxa.ecn.bgu.edu (Daniel R. Crowson)
  4. Subject: Compiler directive help wanted!
  5. Message-ID: <1992Aug17.045945.22109@uxa.ecn.bgu.edu>
  6. Organization: Educational Computing Network
  7. Date: Mon, 17 Aug 1992 04:59:45 GMT
  8. Lines: 20
  9.  
  10.  
  11.  
  12.         I've been working on some graphics programs in TP 6.0, but I
  13.     have some problems (don't we all).  I want to link in some obj code
  14.     to play music, but when I do this, I can't initialize the graphics.
  15.     I've narrowed my problem down to one of the compiler directives 
  16.     needed for the music playing part.
  17.  
  18.     {$M 4000, 0, 0}
  19.  
  20.         This frees up memory (I think).  How can I get the program to
  21.     initialize graphics with the above directive?
  22.  
  23.  
  24.  
  25. -----------------------------------------------------------------------------
  26.         Dan Crowson                     |    mudrc@uxa.ecn.bgu.edu       
  27.         Computer Science Student        |    crowsond@vax3.siue.edu     
  28.         Western Illinois University     |    Hacker --> IRC             
  29. _____________________________________________________________________________
  30.