[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Beginner questions regarding GNUStep on MS Windows and NSLog
From: |
aljordan |
Subject: |
Re: Beginner questions regarding GNUStep on MS Windows and NSLog |
Date: |
Tue, 2 Mar 2010 14:29:22 -0500 |
Thank you Fred. It does help.
Alan
---- Fred Kiefer <fredkiefer@gmx.de> wrote:
> The framework flag is only implemented by Apples gcc and by an Cocotron
> extension, if I remember correctly.
>
>
> GNUsteps redirects the output of NSLog into the Windows event mechanism.
> In all graphical applications writing anything to standard out wouldn't
> make sense. You can get output at the prompt while debugging an
> application. (Use debugapp instead of openapp)
>
> Hope this helps
> Fred