www.digitalmars.com         C & C++   DMDScript  

D - Module

reply "Don Stewart" <donald.m.stewart btinternet.com> writes:
if I want to create a module

module d.foo.bar;

class bar{
}

Is this correct?

If so  I keep getting  'Assertion failure: '0' on line 226 in file
'module.c' erros on compiling ...

Thanks

Don
May 21 2002
next sibling parent "Walter" <walter digitalmars.com> writes:
Sounds like a bug. I'll see about fixing it.

"Don Stewart" <donald.m.stewart btinternet.com> wrote in message
news:aceh72$293f$1 digitaldaemon.com...
 if I want to create a module

 module d.foo.bar;

 class bar{
 }

 Is this correct?

 If so  I keep getting  'Assertion failure: '0' on line 226 in file
 'module.c' erros on compiling ...

 Thanks

 Don
May 21 2002
prev sibling parent "Walter" <walter digitalmars.com> writes:
It doesn't happen when I try it. Try downloading the latest D
compiler. -Walter


"Don Stewart" <donald.m.stewart btinternet.com> wrote in message
news:aceh72$293f$1 digitaldaemon.com...
 if I want to create a module

 module d.foo.bar;

 class bar{
 }

 Is this correct?

 If so  I keep getting  'Assertion failure: '0' on line 226 in file
 'module.c' erros on compiling ...

 Thanks

 Don
May 22 2002