• 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: Newbie question: application architecture
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie question: application architecture


  • Subject: Re: Newbie question: application architecture
  • From: Andreas Monitzer <email@hidden>
  • Date: Fri, 17 Aug 2001 00:21:55 +0200

On Thursday, August 16, 2001, at 11:56 , Jeff Howe wrote:

I am researching a largish port of our Windows application to OS X/Cocoa.
One question involves the architecture of our application. Under Windows,
we
have packaged a number of our modules as DLLs (Dynamic link libraries). We
use these in two ways: first, we use the normal Windows implicit loading,
such that if a module depends on a DLL, the Windows loader will search for
and load the DLL, and resolve the references (and recurse down if the DLL
relies on another).

-> Framework

The second method that we also use is explicit loading
of DLLs: we load the DLLs ourself, and look for specific function exports.

-> Bundle

I also have other questions
pertaining to how best to go about making Project Builder projects for
these

Create a project and add the frameworks and bundles as separate targets.

Note: I am primarily a Windows programmer (though I tend to stick to
low-level, more generic constructs), new to Cocoa, and don't have much in
the way of Mac chops yet. Please have pity on me -- redemption may yet be
possible.

Nobody's perfect :-)

andy
--
"He was addicted to life. But we cured him"


  • Prev by Date: Re: [OT] default web browser
  • Next by Date: Re: Is encapsulation deprecated in ObjC?
  • Previous by thread: Newbie question: application architecture
  • Next by thread: Re: Newbie question: application architecture
  • Index(es):
    • Date
    • Thread