1

With Windows 7 32-bit I was able to output text to Gallio.Echo runner using Gallio.Runtime.ConsoleSupport.NativeConsole.Instance.WriteLine(""). But I'm failed with it in Windows 7 64-bit. Is there any way to accomplish it? I'm using Gallio bundle 3.4.14. Thanks!

trickbz
  • 945
  • 1
  • 9
  • 25

1 Answers1

0

You may try:

Gallio.Framework.DiagnosticLog.WriteLine("message");

I have not tested in Windows 7, just in Vista.

You might find the following answer useful as well: https://stackoverflow.com/a/9775222/13441

Community
  • 1
  • 1
sergtk
  • 10,714
  • 15
  • 75
  • 130