• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: (no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >(no subject) (From: Jenis Shah <email@hidden>)

  • Prev by Date: (no subject)
  • Next by Date: Java Code Sense
  • Previous by thread: (no subject)
  • Next by thread: (no subject)
  • Index(es):
    • Date
    • Thread