App Linking Frustrations
App Linking Frustrations
- Subject: App Linking Frustrations
- From: Daniel Todd Currie <email@hidden>
- Date: Sat, 10 Jan 2004 02:47:29 -0800
Sorry to hassle you all with this probably trivial problem, but I can't
get my stupid app to link. It works beautifully when I have ZeroLink
turned on in Xcode, so I really don't think it's a problem with my code
(it's a really simple app anyway that just scans for audio devices -
100 or so lines of code is all). I also have another app that uses the
same CoreAudio methods and compiles fine; I've compared syntax ten
times at least... Here's the gcc error:
ld:
~/Documents/Dev/AudioDeviceInfo/build/AudioDeviceInfo.build/
AudioDeviceInfo.build/Objects-normal/ppc/Controller.o illegal reference
to symbol: _AudioDeviceGetProperty defined in indirectly referenced
dynamic library
/Developer/SDKs/MacOSX10.2.7.sdk/System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
It isn't a problem with AudioDeviceGetProperty specifically, since when
I comment out that method, the compiler pitches a fit over some other
CoreAudio method. I'm absolutely tearing my hair out as I have been
trying stupid things for about 4 hours, and I need to get this thing
out the door. Any ideas would be appreciated. TIAA.
// Daniel Currie
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.