The behavior you are seeing can be caused by your program being compiled
as Windows application that has no console - /target:winexe option for
C# compiler.

Make sure that you are compiling your application as console application
- /target:exe option for C# compiler.

-Jan

-----Original Message-----
From: Discussion of the Rotor Shared Source CLI implementation
[mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE
DOTNET-ROTOR Memomana
Sent: Monday, August 16, 2004 11:18 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET-ROTOR] CLR vs. SSCLI

Thank you for the reply.

I was trying to run a C# program with 'Expect for Windows' (Tcl-based).
When
I run a C# HelloWorld program using the CLR (i.e. ask the Expect script
to
run the HelloWorld in the CLR), the program never display the "Hello
World!"
in the console. However, running using the SSCLI, the HelloWorld program
writes the "Hello World!" just fine.

Therefore, I suspect that there is a difference on the handling of the
standard output in CLR and SSCLI.

It seems that the standard output from the CLR can not be 'piped' to the
Expect script. Help?


Memomana

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
ASP.NET courses you may be interested in:

Guerrilla ASP.NET
15 March 2004, in Boston, MA
17 May 2004 in Torrance, CA
7 June 2004, London, UK

http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to