discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep appearance and help porting Cocoa


From: Fabien VALLON
Subject: Re: GNUstep appearance and help porting Cocoa
Date: Thu, 03 Mar 2005 10:14:31 +0100

On 2005-03-02 22:44:07 +0100 Anurodh Pokharel <anurodhp@gmail.com> wrote:

Hi

.  I have an NNTP newsreader i've written called
OSXnews (http://osxnews.sf.net) that I'd like to port over.

OSXNews use WebKit if I rememeber ( and WebKit does not exist for GNUstep ).

For port in general GNUstep lacks coreFoundation.
Keychains is also a widly use framework that is not implement.

Common patch you have to do when you port an app :
- replace <Cocoa/Cocoa.h> by <AppKit/AppKit.h> or ( better ) by import only
headers you need
- replace sometimes some key in infoDictionary ( see NSBundle ) :
( GNUstep & MacOSX have not the same names )
- create gorm files or ( better ? ) wait for nib file support.

Fabien







reply via email to

[Prev in Thread] Current Thread [Next in Thread]