BUG: Console functions are not retargetable

  • Thread starter Thread starter Chris Tacke, eMVP
  • Start date Start date
C

Chris Tacke, eMVP

If you create a CF app using Console functions like WriteLine and ReadLine,
then run the app on the desktop, you get no console output, but the app runs
just fine to completion with no exceptions or errors. See my previous bug
report for repro code.
 
Chris, I cannot repro this problem (Console.WriteLine works just fine, for
me, in C# app with retargetable references on desktop ) or find your
previous post with repro code. Could you post your code again?
-j
--
Jonathan Wells
Product Manager
..NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
The code in the Now() bug report I posted (today, 11:36 AM) shows it. quite
well. Itested on 2000 Server and XP and neither showed any console output
even if I ran the app from a console.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Jonathan Wells said:
Chris, I cannot repro this problem (Console.WriteLine works just fine, for
me, in C# app with retargetable references on desktop ) or find your
previous post with repro code. Could you post your code again?
-j
--
Jonathan Wells
Product Manager
.NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top