home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12813 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wupost!waikato.ac.nz!canterbury.ac.nz!whio!rob
  2. Newsgroups: comp.sys.mac.programmer
  3. Subject: Re: MIDI Manager and Think C
  4. Message-ID: <1992Jul22.135834.6008@csc.canterbury.ac.nz>
  5. From: rob@whio.canterbury.ac.nz (Rob Whitehead)
  6. Date: 22 Jul 92 13:58:30 +1200
  7. Reply-To: rob@whio.canterbury.ac.nz (Rob Whitehead)
  8. Distribution: world
  9. Organization: University of Canterbury, Christchurch, New Zealand
  10. Nntp-Posting-Host: whio.cosc.canterbury.ac.nz
  11. Lines: 27
  12.  
  13. > I am trying to write an application that uses both Think C and Apple's
  14. > MIDI Manager.  
  15. > In my source code thus far, I have only made 1 call to MIDI Manager
  16. > which is SndDispVersion, unfourtunately, I keep getting link error when
  17. > I tried to run my program, and the error says that SndDispVersion is
  18. > undefined.
  19. > 1.  my program has an include for MIDI.h
  20. > 2.  I have also installed MIDI Manager in the system folder.
  21.  
  22. > what's the problem?
  23.  
  24. You must also include in your project file a Think C library file. On the
  25. Midi Manager Tool Set disk you will find an MPW .o library file, this must
  26. be converted to a Think C library using the method explained in the Think C
  27. manuals.
  28.  
  29. > I would appreciate any help,
  30. > thanks in advance.
  31.  
  32. No problem
  33.  
  34. ============================================================
  35. Rob Whitehead            email: rob@cosc.canterbury.ac.nz
  36.                 snail: Computer Science
  37. I'm Rob -                University of Canterbury
  38.     who the hell is Bart!!       New Zealand
  39.  
  40.