Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
December 03, 2003 __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Are their D equivelants to theese, trying to make an assert that displays a MessageBox. C |
December 03, 2003 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charles Sanders | "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 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | > > 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 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | 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 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to J Anderson | > >>>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 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | >>
>> debug.line
>> debug.filename
What are these?
runtime global vars?
int and char[]?
TIA
Ant
|
December 04, 2003 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to J Anderson | 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 Re: __LINE__ __FILE__ | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charles Sanders | > Yes, or in std.compiler :)
Even better
|
Copyright © 1999-2021 by the D Language Foundation