www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - "Redirecting output to win32trace remote collector"

reply Bill Baxter <dnewsgroup billbaxter.com> writes:
What's this message about?
    "Redirecting output to win32trace remote collector"

I get it running some snippets, and tango's Stdout then won't print 
anything to the console.  How do I get the output?

Is it a Tango thing or a DWT thing?

--bb
Apr 06 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Bill Baxter schrieb:
 What's this message about?
    "Redirecting output to win32trace remote collector"
 
 I get it running some snippets, and tango's Stdout then won't print 
 anything to the console.  How do I get the output?
 
 Is it a Tango thing or a DWT thing?
 
 --bb
hm, i have never seen this.
Apr 06 2008
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
Frank Benoit wrote:
 Bill Baxter schrieb:
 What's this message about?
    "Redirecting output to win32trace remote collector"

 I get it running some snippets, and tango's Stdout then won't print 
 anything to the console.  How do I get the output?

 Is it a Tango thing or a DWT thing?

 --bb
hm, i have never seen this.
It happens for me in the dwt-samples\toolbar\Snippets288 that I sent you. --bb
Apr 06 2008
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
Bill Baxter wrote:
 Frank Benoit wrote:
 Bill Baxter schrieb:
 What's this message about?
    "Redirecting output to win32trace remote collector"

 I get it running some snippets, and tango's Stdout then won't print 
 anything to the console.  How do I get the output?

 Is it a Tango thing or a DWT thing?

 --bb
hm, i have never seen this.
It happens for me in the dwt-samples\toolbar\Snippets288 that I sent you.
I've just realized that it happens when a FileDialog is opened up. Snippet288 opens one immediately, so that's why I see it there. Don't know if that info helps at all or not. I googled for the phrase and all the hits seem to be about python programming. --bb
Apr 06 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Bill Baxter schrieb:
 I've just realized that it happens when a FileDialog is opened up.
 Snippet288 opens one immediately, so that's why I see it there.
 Don't know if that info helps at all or not.  I googled for the phrase 
 and all the hits seem to be about python programming.
 
 --bb
Yes, now i see it also. I tried the java swt controlexample. And the output is there also. So its at least no porting bug. I found this: http://sourceforge.net/mailarchive/forum.php?thread_name=A46CBF978138744AAC019E6FF055EAB70F30AE%40apatlelsmail08.elsys.gtri.org&forum_name=tortoisehg-develop This makes sense, i have tortoisehg installed.
Apr 06 2008
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
Frank Benoit wrote:
 Bill Baxter schrieb:
 I've just realized that it happens when a FileDialog is opened up.
 Snippet288 opens one immediately, so that's why I see it there.
 Don't know if that info helps at all or not.  I googled for the phrase 
 and all the hits seem to be about python programming.

 --bb
Yes, now i see it also. I tried the java swt controlexample. And the output is there also. So its at least no porting bug. I found this: http://sourceforge.net/mailarchive/forum.php?thread_name=A46CBF978138744AAC019E6FF055EAB70F30AE%40apatlelsmail08.elsys.gtri.org&forum_nam =tortoisehg-develop This makes sense, i have tortoisehg installed.
Ah, ok. I have tortiosehg on the machine I'm on now, but not on the machine I was using last night. So that explains why I wasn't seeing it yesterday. Maybe I'll just uninstall torioiseHg. I found it quite confusing anyway, and haven't really been it. It's not quite up to the level of usability of its SVN cousin yet. --bb
Apr 06 2008
parent reply John Reimer <terminal.node gmail.com> writes:
On Mon, 07 Apr 2008 11:45:41 +0900, Bill Baxter wrote:

 Frank Benoit wrote:
 Bill Baxter schrieb:
 I've just realized that it happens when a FileDialog is opened up.
 Snippet288 opens one immediately, so that's why I see it there. Don't
 know if that info helps at all or not.  I googled for the phrase and
 all the hits seem to be about python programming.

 --bb
Yes, now i see it also. I tried the java swt controlexample. And the output is there also. So its at least no porting bug. I found this: http://sourceforge.net/mailarchive/forum.php?
thread_name=A46CBF978138744AAC019E6FF055EAB70F30AE% 40apatlelsmail08.elsys.gtri.org&forum_name=tortoisehg-develop
 
 
 This makes sense, i have tortoisehg installed.
Ah, ok. I have tortiosehg on the machine I'm on now, but not on the machine I was using last night. So that explains why I wasn't seeing it yesterday. Maybe I'll just uninstall torioiseHg. I found it quite confusing anyway, and haven't really been it. It's not quite up to the level of usability of its SVN cousin yet. --bb
I just use the command-line svn and it seems easy enough to use.
Apr 06 2008
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
John Reimer wrote:
 On Mon, 07 Apr 2008 11:45:41 +0900, Bill Baxter wrote:
 
 Frank Benoit wrote:
 Bill Baxter schrieb:
 I've just realized that it happens when a FileDialog is opened up.
 Snippet288 opens one immediately, so that's why I see it there. Don't
 know if that info helps at all or not.  I googled for the phrase and
 all the hits seem to be about python programming.

 --bb
Yes, now i see it also. I tried the java swt controlexample. And the output is there also. So its at least no porting bug. I found this: http://sourceforge.net/mailarchive/forum.php?
thread_name=A46CBF978138744AAC019E6FF055EAB70F30AE% 40apatlelsmail08.elsys.gtri.org&forum_name=tortoisehg-develop
 This makes sense, i have tortoisehg installed.
Ah, ok. I have tortiosehg on the machine I'm on now, but not on the machine I was using last night. So that explains why I wasn't seeing it yesterday. Maybe I'll just uninstall torioiseHg. I found it quite confusing anyway, and haven't really been it. It's not quite up to the level of usability of its SVN cousin yet. --bb
I just use the command-line svn and it seems easy enough to use.
Yeh I think the command-line hg is less confusing than the gui one currently. But I do like the Tortiose version of SVN. Really I could do without the shell integration, but the check-in gui and revision log gui are nice. --bb
Apr 06 2008
parent John Reimer <terminal.node gmail.com> writes:
On Mon, 07 Apr 2008 14:36:56 +0900, Bill Baxter wrote:

 John Reimer wrote:
 On Mon, 07 Apr 2008 11:45:41 +0900, Bill Baxter wrote:
 
 Frank Benoit wrote:
 Bill Baxter schrieb:
 I've just realized that it happens when a FileDialog is opened up.
 Snippet288 opens one immediately, so that's why I see it there.
 Don't know if that info helps at all or not.  I googled for the
 phrase and all the hits seem to be about python programming.

 --bb
Yes, now i see it also. I tried the java swt controlexample. And the output is there also. So its at least no porting bug. I found this: http://sourceforge.net/mailarchive/forum.php?
thread_name=A46CBF978138744AAC019E6FF055EAB70F30AE% 40apatlelsmail08.elsys.gtri.org&forum_name=tortoisehg-develop
 This makes sense, i have tortoisehg installed.
Ah, ok. I have tortiosehg on the machine I'm on now, but not on the machine I was using last night. So that explains why I wasn't seeing it yesterday. Maybe I'll just uninstall torioiseHg. I found it quite confusing anyway, and haven't really been it. It's not quite up to the level of usability of its SVN cousin yet. --bb
I just use the command-line svn and it seems easy enough to use.
Yeh I think the command-line hg is less confusing than the gui one currently. But I do like the Tortiose version of SVN. Really I could do without the shell integration, but the check-in gui and revision log gui are nice. --bb
Er... yes, I guess the discussion was about Hg. I use the commandline version of that too. :) But Hg seems to come with a good gui revison log system, and it's quite nice to use. I haven't used TortioseSVN for awhile so I guess I don't have an opinion. :) -JJR
Apr 07 2008