<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This may be a linux list, but the best windows programmers I've seen
are the people who also know unix or unix programming.&nbsp; I'm working on
the speech module part of my intelligent jukebox and it seems windows
is giving me more problems than expected.&nbsp; I have a problem I'm trying
to solve which should be simple. (I haven't done any serious windows
programming for about 3 years.)<br>
<br>
It sure would be nice if windows adhered more to standards, like giving
the programmer access to stdout at all times.&nbsp; I would like to send
text to stdout or a console output so I can watch processing of my
speech commands in real-time.&nbsp; I could send the output to a file, but
then I have to keep reloading in order to watch the output.<br>
<br>
Right now I have a simple speech application which compiles as a
dialog-based application.&nbsp; I have no idea how to send output to the
console from a dialog-based app.&nbsp; For now I've resorted to sending
output to an edit box.&nbsp; (Sending output to the edit box was much more
complicated than I expected.&nbsp; I spent two hours trying to figure out
just how to automatically scroll the damn thing.)<br>
<br>
I would rather send trace output to the console/stdout than use an edit
box.&nbsp; I could create a new project in MS VC 6.0 as a console based
application, which would give me easy access to the console, but I do
not know windows programming well enough to restructure the speech
app&nbsp;&nbsp; .<br>
<br>
Here is a link to the app. I am working with:<br>
<a href="http://www.generation5.org/content/2001/sr00.asp"><b><font
 class="Heading">SAPI 5.0 Tutorial I: An Introduction to SAPI</font></b></a><br>
<br>
Is there anyone here who can give me hand?<br>
<br>
Thanks in advance,<br>
Jeff<br>
</body>
</html>