Re: development vs deployment: illegal symbols? (carbon+cocoa)
Re: development vs deployment: illegal symbols? (carbon+cocoa)
- Subject: Re: development vs deployment: illegal symbols? (carbon+cocoa)
- From: John Stiles <email@hidden>
- Date: Mon, 26 Jan 2004 14:16:14 -0800
You need to include Carbon.framework in the project.
On Jan 25, 2004, at 3:48 AM, Francisco Tolmasky wrote:
For part of my program I needed to use a bit of carbon. The
TruncateThemText function to be exact. When I build in development
phase it works fine. But when in deployment phase, I get the error
that an illegal symbol "_TruncateThemeText" is used. I
#import/include <Carbon/Carbon.h> (tried both). Does anyone know what
the problem is?
Thanks in advance,
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.