Re: pgAdmin III under wxCocoa

From: "Stefan Csomor" <csomor(at)advancedconcepts(dot)ch>
To: <jm(at)poure(dot)com>, "'Adam Witney'" <awitney(at)sghms(dot)ac(dot)uk>, "'Julian Smart'" <julian(dot)smart(at)btopenworld(dot)com>, "'Adam H(dot) Pendleton'" <fmonkey(at)fmonkey(dot)net>
Cc: "'pgadmin-hackers'" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III under wxCocoa
Date: 2003-09-30 15:29:21
Message-ID: ADVANCED-3YNLWJT55c000004a6@advanced-3ynlwj.advancedconcepts.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

--with-mac uses the Carbon API,
--with-cocoa uses the Cocoa API

so it is just a difference between APIs, both will give you a native OSX
application, currently the wxCocoa implementation is not yet as complete as
the wxMac version.

Best,

Stefan

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Jean-Michel POURE
> Sent: Dienstag, 30. September 2003 10:31
> To: Adam Witney; Julian Smart; Adam H. Pendleton
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] pgAdmin III under wxCocoa
>
> Le Mardi 30 Septembre 2003 11:02, Adam Witney a écrit :
> > Is wxCocoa the same as wxMac? wxCocoa gives an unknown module error
> > from Thanks
>
> Dear Adam Witney,
>
> ./configure --help gives me:
>
> [...]
> --with-mac use Mac OS X
> --with-cocoa use Cocoa
> [...]
>
> Seems like we have to choose between --with-mac and
> --with-cocoa. I would say (without really knowing) that
> --with-mac is the compatibility layer of MacOsX to old
> Macintosh applications, whereas --with-cocoa is the native
> MacOsX interface.
>
> But this may well be the converse. Julian, could you tell us
> more about these issues?
>
> Cheers, Jean-Michel
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-30 16:01:28 Re: GPL code issue?
Previous Message Dave Page 2003-09-30 15:26:56 Re: Trigger addition wierdness