Re: CardDAV Support

Quanah Gibson-Mount <[email protected]> Fri, 07 Nov 2014 08:07:34 -0800
Newsgroups gmane.mail.mulberry.user
Message-ID <[email protected]>

--On November 7, 2014 at 10:18:16 AM +0100 Martin Dietze 
<[email protected]> wrote:

> On 7 November 2014 02:32, Bernie Maier <[email protected]> wrote:
>> No, my point is later SDKs are beyond the point of just language level
>> corrections. Later SDKs do not support 32-bit carbon applications at
>> all. In particular, the point at which I stopped attempting to work
>> around things was when I realised that QuickDraw was completely gone.
>>
>> Without a complete UI rewrite, Mulberry on OS X stops at the 10.6 SDK.
>
> Point taken. This means that we have indeed a major issue here. My
> background as a developer is mainly Unix, therefore I am not too
> familiar with Mac API particularities. Maybe there is a chance that we
> will find support for legacy APIs provided by open source libraries in
> the future? I guess that the changes you outlined here may affect a
> number of existing projects so that there should be a fair bit of
> motivation for reviving them somehow in the near future. We should
> stay tuned.

I suggest reading <http://en.wikipedia.org/wiki/Carbon_%28API%29>

and then

<http://stackoverflow.com/questions/3921472/migrating-an-application-from-carbon-to-cocoa>

--Quanah