dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] cscc doesn't understand fully qualified class names in


From: Bruno Haible
Subject: [Pnet-developers] cscc doesn't understand fully qualified class names in class declarations
Date: Sat, 20 Dec 2003 16:53:40 +0100
User-agent: KMail/1.5

Using pnet-0.6.0.

Not only aliases but also fully qualified class names are
not understood in the base class position of a class declaration:

================================ hello.cs ==============================
class Hello : System.Windows.Forms.Form {
  static void Main () {
    System.Windows.Forms.Application.Run(new Hello());
  }
}
========================================================================

$ cscc -winforms hello.cs -o hello.exe
hello.cs:1: `Windows' is not a member of the namespace `System'
hello.cs:1: invalid left operand to `.'
hello.cs:1: invalid left operand to `.'
hello.cs:1: invalid base type
hello.cs:3: `Windows' is not a member of the namespace `System'
hello.cs:3: invalid left operand to `.'
hello.cs:3: `Windows' is not a member of the namespace `System'
hello.cs:3: invalid left operand to `.'
hello.cs:3: called object is not a method or delegate




reply via email to

[Prev in Thread] Current Thread [Next in Thread]