I don't know if Objective-C binding's exist, but you certainly can use
the regular C bindings, without modification. To link against, you add
the -lncurses (or whatever is needed) to a line in your GNUmakefile like
the following:

xxxx_OBJC_LIBS = -lncurses

where xxxx is the name you give your application or tool e.g.

TOOL_NAME = NcursesTool

would give:

NcurseTool_OBJC_LIBS = -lncurses

Hope that helps

Cheers
Chris

On Thu, 2005-10-27 at 07:52 -0400, Mehul N. Sanghvi wrote:
> 'allo,
> 
>      All right, so I'm picking up on Objective-C and was wondering if 
> there are Objective-C bindings to ncurses ?  Or should I just be able to
> use the regular C bindings to ncurses ?  Is there something similar to 
> ncurses in GNUstep Base ?
> 
> 
> cheers,
>       mehul

-- 
Christopher Armstrong <[EMAIL PROTECTED]>

_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep

Reply via email to