dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Getting the latest version?


From: Fergus Henderson
Subject: Re: [DotGNU]Getting the latest version?
Date: Tue, 11 Mar 2003 05:44:47 +1100
User-agent: Mutt/1.3.28i

On 10-Mar-2003, James Michael DuPont <address@hidden> wrote:
> --- Fergus Henderson <address@hidden> wrote:
> > But I guess that is another problem with generating C# stubs:
> > C# doesn't permit circular references, does it?
> I think it does, because it waits untill all the 
...
> class A { B myb;};
> class B {A mya;};

Ah, I remember the issue now - C# doesn't support *separate compilation*
of modules containing circular references.  I suppose that isn't a
problem for stub generation.

-- 
Fergus Henderson <address@hidden>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


reply via email to

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