static import is in multiple defined

Jarrett Billingsley kb3ctd2 at yahoo.com
Sat Mar 1 22:37:52 PST 2008


"Saaa" <empty at needmail.com> wrote in message 
news:fqdfj4$1ss2$1 at digitalmars.com...
> My projects are starting to grow and I really need to start using packages 
> :)
>
> So I moved my userEvents module to user.events.
> But when I do..
>
> static import user.events;
>
> ..I get : module events is in multiple defined.
>
> Does this mean that 'events' needs to be unique even though I use it 
> statically and thus can only access it through user.events?
>

Does the module declaration at the tope of user.events say "module 
user.events;"?

DMDFE's errors for imports and modules are absolutely *impenetrable*.  This 
one error message maps to several possible causes, none of which are obvious 
from what it (rather ungrammatically) says. 




More information about the Digitalmars-d-learn mailing list