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
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
