| View previous topic :: View next topic |
| Author |
Message |
BoBoĻ Guest
|
Posted: Fri Mar 07, 2008 12:31 am Post subject: GUI App Trace Program [CMD] |
|
|
| 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] |  |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5697
|
Posted: Fri Mar 07, 2008 12:41 am Post subject: |
|
|
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.
 |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Fri Mar 07, 2008 1:20 am Post subject: |
|
|
Unfortunately there's not more info about it at its [home] page
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
|
Posted: Fri Mar 07, 2008 1:28 am Post subject: |
|
|
| 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!  |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Fri Mar 07, 2008 1:46 am Post subject: |
|
|
The popup just tells:
I guess to trace the command line it would be ? |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5697
|
Posted: Fri Mar 07, 2008 1:51 am Post subject: |
|
|
| BoBoĻ wrote: | | The popup just tells |
Yes! It just tells .. does not do anything.
The project compiles properly in VC++ 6.0, though.
 |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1157 Location: Denmark
|
Posted: Fri Mar 07, 2008 8:55 am Post subject: |
|
|
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 |
|
 |
|