AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GUI App Trace Program [CMD]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBoĻ
Guest





PostPosted: Fri Mar 07, 2008 12:31 am    Post subject: GUI App Trace Program [CMD] Reply with quote

Quote:
GUI App Trace Program
This program launches a windows application and attaches to its standard output stream. Anything written to standard output is then displayed in the trace output window.

[Download]
Cool
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 5697

PostPosted: Fri Mar 07, 2008 12:41 am    Post subject: Reply with quote

What is this program about ? It contains only the C++ source and not any executable. I compiled it but do not know how to use the exe.

Question
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Fri Mar 07, 2008 1:20 am    Post subject: Reply with quote

Unfortunately there's not more info about it at its [home] page Shocked
I guess you've to start whatever app you like from within that shell? Or from the command line with an app as its first parameter?? What about /?



Would you mind to provide the compiled exe?
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 5697

PostPosted: Fri Mar 07, 2008 1:28 am    Post subject: Reply with quote

BoBoĻ wrote:
Would you mind to provide the compiled exe?


Sure. : http://www.autohotkey.net/~goyyah/AHK/trace.zip [16KB]
The entire project. Look into Release folder.

BTW, I do not see the GUI at all! Smile
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Fri Mar 07, 2008 1:46 am    Post subject: Reply with quote

The popup just tells:
Code:
trace <executable>

I guess to trace the command line it would be
Code:
trace cmd
?
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 5697

PostPosted: Fri Mar 07, 2008 1:51 am    Post subject: Reply with quote

BoBoĻ wrote:
The popup just tells


Yes! It just tells .. does not do anything. Rolling Eyes
The project compiles properly in VC++ 6.0, though.

Smile
Back to top
View user's profile Send private message
tonne



Joined: 06 Jun 2006
Posts: 1157
Location: Denmark

PostPosted: Fri Mar 07, 2008 8:55 am    Post subject: Reply with quote

From the source
Code:
// Trace is a really simple program that launches a child
// application and attaches to its standard output stream.
// The reason for this is that you can see status messages
// in GUI based applications without having to use a debugger.
//

_________________
there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face

- Kashmir
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group