www.digitalmars.com         C & C++   DMDScript  

D - __LINE__ __FILE__

reply "Charles Sanders" <sanders-consulting comcast.net> writes:
Are their D equivelants to theese, trying to make an assert that displays a
MessageBox.

C
Dec 02 2003
parent reply "Walter" <walter digitalmars.com> writes:
"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.
Dec 02 2003
parent reply "Matthew Wilson" <matthew.hat stlsoft.dot.org> writes:
 Are their D equivelants to theese, trying to make an assert that
displays
 a
 MessageBox.
Sorry, there aren't.
Can we have them?
Dec 02 2003
parent reply J Anderson <REMOVEanderson badmama.com.au> writes:
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.
Dec 04 2003
next sibling parent reply "Matthew Wilson" <matthew.hat stlsoft.dot.org> writes:
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.
Dec 04 2003
parent Ant <Ant_member pathlink.com> writes:
 debug.line
 debug.filename
What are these? runtime global vars? int and char[]? TIA Ant
Dec 04 2003
prev sibling parent reply "Charles Sanders" <sanders-consulting comcast.net> writes:
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.
Dec 04 2003
parent "Matthew Wilson" <matthew.hat stlsoft.dot.org> writes:
 Yes, or in std.compiler :)
Even better
Dec 04 2003