home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wupost!waikato.ac.nz!canterbury.ac.nz!whio!rob
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: MIDI Manager and Think C
- Message-ID: <1992Jul22.135834.6008@csc.canterbury.ac.nz>
- From: rob@whio.canterbury.ac.nz (Rob Whitehead)
- Date: 22 Jul 92 13:58:30 +1200
- Reply-To: rob@whio.canterbury.ac.nz (Rob Whitehead)
- Distribution: world
- Organization: University of Canterbury, Christchurch, New Zealand
- Nntp-Posting-Host: whio.cosc.canterbury.ac.nz
- Lines: 27
-
- > I am trying to write an application that uses both Think C and Apple's
- > MIDI Manager.
- > In my source code thus far, I have only made 1 call to MIDI Manager
- > which is SndDispVersion, unfourtunately, I keep getting link error when
- > I tried to run my program, and the error says that SndDispVersion is
- > undefined.
- > 1. my program has an include for MIDI.h
- > 2. I have also installed MIDI Manager in the system folder.
-
- > what's the problem?
-
- You must also include in your project file a Think C library file. On the
- Midi Manager Tool Set disk you will find an MPW .o library file, this must
- be converted to a Think C library using the method explained in the Think C
- manuals.
-
- > I would appreciate any help,
- > thanks in advance.
-
- No problem
-
- ============================================================
- Rob Whitehead email: rob@cosc.canterbury.ac.nz
- snail: Computer Science
- I'm Rob - University of Canterbury
- who the hell is Bart!! New Zealand
-
-