• 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: Framework library...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Framework library...


  • Subject: RE: Framework library...
  • From: "Josh Ferguson" <email@hidden>
  • Date: Tue, 16 Jul 2002 11:31:50 -0500
  • Thread-topic: Framework library...

Actually, I was just being stupid. It was too early when I wrote this up, and I realized that it's not a build time error but a runtime error. It's treating the framework as a dynamic library instead of a static library (like I want), and I didn't have the framework in the frameworks directory. The wrapper is wrapping around a static library (there is a dynamic library that is already installed on the machine), so how would I go about statically linking a framework to an application (so the framework doesn't have to be on the end user's machine). There must be a method, I just can't figure it out!

-----Original Message-----
From: Raphael Sebbe [mailto:email@hidden]
Sent: Tuesday, July 16, 2002 11:00 AM
To: Josh Ferguson
Cc: email@hidden
Subject: Re: Framework library...


You have to explicitly add the Carbon lib/framework to the project using
the ObjC wrapper.

Raphael

On Tuesday, July 16, 2002, at 04:19 PM, Josh Ferguson wrote:

> I'm currently trying to build an Objective-C framework to wrap around a
> Carbon Mach-O library. Everything seems to build find, but when I
> include the framework in a project, I get a build error that tells me
> it couldn't find <frameworkpath>/Versions/A/<frameworkname>. Anyone
> have any examples of wrapping a Carbon SDK in Cocoa framework? I've
> never worked with Frameworks before so it's very possible that I'm
> missing something fundamental.
>
> TIA
>
> Josh
> _______________________________________________
> 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.

  • Prev by Date: Re: difference between windowDidLoad and awakeFromNib
  • Next by Date: Re: Framework library...
  • Previous by thread: Re: Framework library...
  • Next by thread: Re: Framework library...
  • Index(es):
    • Date
    • Thread