Re: Why does console window appear
From: Paul G. Tobey [eMVP] (ptobey)
Date: 11/30/04
- Next message: Paul G. Tobey [eMVP]: "Re: My eMbedded Visual C++ Stopped Working!?"
- Previous message: Paul G. Tobey [eMVP]: "Re: can wince support console app?"
- In reply to: dittA: "Why does console window appear"
- Next in thread: dittA: "Re: Why does console window appear"
- Reply: dittA: "Re: Why does console window appear"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Nov 2004 08:05:56 -0700
At a guess, the program is opening the window, either because it's calling
printf() and has set itself up to allow standard I/O to go to a window, or
because the OS has a console driver installed and it is catching that
printf(). If you told us anything about the device or the program, it would
help...
Paul T.
"dittA" <dittA@discussions.microsoft.com> wrote in message
news:EAA97A32-11B0-468D-B465-C609556B0553@microsoft.com...
> Hi when running a program on pocket pc, I get a console window appear with
> 3-digit numbers in angle brackets.
>
> What is causing this?
>
> Thanks
> Ditta
- Next message: Paul G. Tobey [eMVP]: "Re: My eMbedded Visual C++ Stopped Working!?"
- Previous message: Paul G. Tobey [eMVP]: "Re: can wince support console app?"
- In reply to: dittA: "Why does console window appear"
- Next in thread: dittA: "Re: Why does console window appear"
- Reply: dittA: "Re: Why does console window appear"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|