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" <[EMAIL PROTECTED]>
To: "Lloyd Dupont" <[EMAIL PROTECTED]>
Cc: "Fred Kiefer" <[EMAIL PROTECTED]>; "GNUstep Discussion" <[email protected]>
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



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

Reply via email to