discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSLog (on windows)


From: Lloyd Dupont
Subject: Re: NSLog (on windows)
Date: Tue, 6 Dec 2005 09:36:51 +1000

Sorry, my mistake.
I'm not using only GNUstep but the framework I'm porting (from MacSOX) to windows as well (which is the one needing GNUstep, after all).
It's the one logging this.

----- Original Message ----- From: "David Ayers" <d.ayers@inode.at>
To: "Lloyd Dupont" <lloyd@nova-mind.com>
Cc: "Fred Kiefer" <fredkiefer@gmx.de>; "GNUstep Discussion" <discuss-gnustep@gnu.org>
Sent: Monday, December 05, 2005 7:08 PM
Subject: Re: NSLog (on windows)


Lloyd Dupont schrieb:
I'm not using any GNUstep related framework (apart from GNUstep itself).
(the Other libraries, FYI, are .NET 2.0, DotNetBar, win32, and my code).
So this NSLog is somewhere in GNUstep.
I would guess it happens when I call "[NSApplication sharedAplicaton]"
But I'm not too sure about that, never tried to identify the culprit...

Hello Lloyd,

It would interesting to find out since from my core directory:

ayers$ find . -name "*.[hm]"|xargs grep "Starting "
./base/Source/NSKeyedUnarchiver.m:      _cursor = 0;
// Starting object decode
./base/Testing/nsconnection_client.m:  [prx print: "This is a message
from the client. Starting Tests!"];
ayers$

Cheers,
David





reply via email to

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