Thread overview
__LINE__ __FILE__
Dec 03, 2003
Charles Sanders
Dec 03, 2003
Walter
Dec 03, 2003
Matthew Wilson
Dec 04, 2003
J Anderson
Dec 04, 2003
Matthew Wilson
Dec 04, 2003
Ant
Dec 04, 2003
Charles Sanders
Dec 05, 2003
Matthew Wilson
December 03, 2003
Are their D equivelants to theese, trying to make an assert that displays a MessageBox.

C


December 03, 2003
"Charles Sanders" <sanders-consulting@comcast.net> wrote in message news:bqjccb$iph$1@digitaldaemon.com...
> Are their D equivelants to theese, trying to make an assert that displays
a
> MessageBox.

Sorry, there aren't.


December 03, 2003
> > Are their D equivelants to theese, trying to make an assert that
displays
> a
> > MessageBox.
>
> Sorry, there aren't.

Can we have them?


December 04, 2003
Matthew Wilson wrote:

>>>Are their D equivelants to theese, trying to make an assert that
>>>      
>>>
>displays
>  
>
>>a
>>    
>>
>>>MessageBox.
>>>      
>>>
>>Sorry, there aren't.
>>    
>>
>
>Can we have them?
>
>
>  
>
I think they should all be under a debug namespace.

debug.line
debug.filename

That way, it should be easier to add new terms have have the compiler remove them for release versions.

December 04, 2003
> >>>Are their D equivelants to theese, trying to make an assert that
> >>>
> >>>
> >displays
> >
> >
> >>a
> >>
> >>
> >>>MessageBox.
> >>>
> >>>
> >>Sorry, there aren't.
> >>
> >>
> >
> >Can we have them?
> >
> >
> >
> >
> I think they should all be under a debug namespace.
>
> debug.line
> debug.filename
>
> That way, it should be easier to add new terms have have the compiler remove them for release versions.

That's a nice idea.


December 04, 2003
>>
>> debug.line
>> debug.filename

What are these?
runtime global vars?
int and char[]?

TIA

Ant


December 04, 2003
Yes, or in std.compiler :)

C

"J Anderson" <REMOVEanderson@badmama.com.au> wrote in message news:bqnj67$mh8$1@digitaldaemon.com...
> Matthew Wilson wrote:
>
> >>>Are their D equivelants to theese, trying to make an assert that
> >>>
> >>>
> >displays
> >
> >
> >>a
> >>
> >>
> >>>MessageBox.
> >>>
> >>>
> >>Sorry, there aren't.
> >>
> >>
> >
> >Can we have them?
> >
> >
> >
> >
> I think they should all be under a debug namespace.
>
> debug.line
> debug.filename
>
> That way, it should be easier to add new terms have have the compiler remove them for release versions.
>


December 05, 2003
> Yes, or in std.compiler :)

Even better