> Well, so that's even worse, I removed kCFTypeDictionaryValueCallBack from
> the code, but seems that most symbols are going the error:
>
>
> ld: codegen problem, can't use rel32 to external symbol xxx....
>
> Is there something needed to specify to GCC, or some defines??
>
> Thanks in advance,
> Vojtech
>
>
> Dne 16. října 2011 23:38 Vojtěch Meluzín <
email@hidden>
> napsal(a):
>>
>> Hi,
>>
>> I'm trying to upgrade to Mac64, but the linker is giving me this error :
>>
>> ld: codegen problem, can't use rel32 to external symbol _
>> kCFTypeDictionaryValueCallBacks in
>> MAudioPluginAUAdapter::GetProperty(unsigned int, unsigned int, unsigned int,
>> unsigned int*, unsigned char*, void*)from !temp/DebugDebug1/MXXX/main.o
>>
>> which is only used in get property kAudioUnitProperty_ClassInfo, this
>> line:
>> CFMutableDictionaryRef pDict = CFDictionaryCreateMutable(0, 0,
>> &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
>>
>> What is the problem?
>>
>> Thanks,
>> Vojtech
>
>
>
>