On 10/19/06 Tim Riley wrote: > Using: Mono 1.1.18, Windows XP [...] > reverse_test_mono.cs(99,16): error CS0246: The type or namespace name > 'Stopwatch' could not be found. Are you missing a using directive or an > assembly reference? [...] > I am issuing this command to compile: > mcs -reference:System reverse_test_mono.cs
Use gmcs to compile code depending on 2.0 libraries. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
