Re: [DOTNET-ROTOR] Newbie question on compiling the CLR

2004-10-04 Thread Barry Bond
of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED] On Behalf Of Sriram Krishnan Sent: Saturday, October 02, 2004 11:20 AM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] Newbie question on compiling the CLR I've just started to play around with Rotor and have a couple of newbie

Re: [DOTNET-ROTOR] Newbie question on compiling the CLR

2004-10-04 Thread Sriram Krishnan
snip 3. I'm not sure why fprintf() isn't working for you. clix.exe uses fwprintf(stderr,...) to print its error messages, and they work fine. /snip This has me foxed too as I can debug into the PAL code ( I see stderr being returned). But nothing turns up on my console output. I tried all

[DOTNET-ROTOR] Newbie question on compiling the CLR

2004-10-02 Thread Sriram Krishnan
I've just started to play around with Rotor and have a couple of newbie questions 1. How do I quickly compile the code in the clr/src/vm folder quickly after making a small change. Let's say I change one or two lines in Assembly.cpp. Right now, what I do is to go to the clr/src folder and run