Re: AESend
Re: AESend
- Subject: Re: AESend
- From: Olivier Destrebecq <email@hidden>
- Date: Tue, 28 May 2002 14:46:26 -0500
well i did a search and it did not find anything.
I think the problem is that i look in PB to the error and they are
probably limited to 255 char. so i look at the console or whatever it is
in PB and here is the complete error.
/usr/bin/ld: /Users/otusweb/Documents/DeviceExplorer/build/Device
Explorer.build/Device Explorer.build/Objects-
normal/ProjectBuilderMasterObjectFile.o illegal reference to symbol:
_AESend defined in indirectly referenced dynamic library
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.
framework/Versions/A/HIToolbox
But i actually fix the problem by adding the carbon framework to my
project.
thanks
olivier
On Tuesday, May 28, 2002, at 02:26 PM, Finlay Dobbie wrote:
>
On Tuesday, May 28, 2002, at 08:13 PM, Olivier Destrebecq wrote:
>
>
> in my code i have AESend and not AESen, which is why i think the error
>
> should read _AESend
>
>
You must have AESen somewhere. That's why the linker is looking for the
>
symbol _AESen. The linker doesn't lie ;-)
>
>
-- Finlay
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: AESend (From: Finlay Dobbie <email@hidden>) |