Re: multiple definitions of symbol _test ?
Re: multiple definitions of symbol _test ?
- Subject: Re: multiple definitions of symbol _test ?
- From: Douglas Norton <email@hidden>
- Date: Fri, 30 Mar 2007 15:21:02 -0700
On Mar 30, 2007, at 3:05 PM, Nima Tiran wrote:
Yes, i searched for inline in my project, found couple of them in
header including implementation, but this is part belong to Quark's
SDK that I must include in my project (I'm developing Plug_in for
QuarkXpress).
<snip>
I use "OTHER_CFLAGS = -fno-inline" for C/C++ in build setting as the
SDK suggests to set them this way. removing these wont help either.
If Quark have inline implementations in their headers, and then tell
you to turn off the inlining, then I suggest you write plugins for
InDesign instead :).
Seriously, these two contradict each other. I am surprised you do
not have many more problems.
Do you have an Xcode compatible Quark SDK?
The underscore added to the '_test' symbol is put there by the
compiler, the corresponding routine will be called 'test', without
the underscore.
Douglas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden