[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple Hello World like GNUstepWeb application...
From: |
Sungjin Chun |
Subject: |
Re: Simple Hello World like GNUstepWeb application... |
Date: |
Tue, 14 Nov 2000 17:54:12 +0900 |
Hi,
I've followed the convention used in GNUstepWeb-HOWTO documents.
But I do not think this is a must. And this is Web Application so
NSApplicationMain is not used. As far as I know normal gui application
uses NSApplicationMain function.
----- Original Message -----
From: "strobe anarkhos" <strobe@falcon.feather.net>
To: "Sungjin Chun" <ninja@linuxone.co.kr>
Cc: <discuss-gnustep@gnu.org>
Sent: Tuesday, November 14, 2000 4:40 PM
Subject: Re: Simple Hello World like GNUstepWeb application...
>
> On Monday, November 13, 2000, at 10:52 PM, Sungjin Chun wrote:
>
> > Hello, I'm Sungjin Chun.
> >
> > I've created and test GNUstepWeb and found that there's not
> > enough documentation and simple example for test and run. So
> > I created one.
>
> Is it typical for a GNUstep app to have the main() function in
<projectname>_main.m? Everywhere else it seems to be in main.m which runs
"return NSApplicationMain(argc, argv);"
>