Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Olivier Tristan <email@hidden>
- Date: Mon, 09 May 2005 11:35:24 +0200
Jenis Shah wrote:
Hi All,
I have converted my bundle of CodeWarrior to XCode. But I am not able to
load that bundle (i.e. I am not able to call the function of that bundle).
The reason behind that is exporting functions of the bundle. In CodeWarrior
I exported all necessary function through #pragma directive. But in XCode
all #pragma directives are ignored by the gcc compiler due to which I am not
able to export any of the functions of the bundle.
So I have to find out the way by which I can export functions in
XCode. I found that there is some "export symbol file" in XCode by which
anyone can export the function. But still I didn't get any way to use it. So
please help me to solve this problem.
Hi Jenis,
In the Project Info (or target) build style panel look for the "Other
Linker Flags" attribute.
add the following line:
-u _NameOfMyFunctionToExport -u _NameOfMyOtherFunctionToExport
Hope this helps.
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
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