
assert( true );
displays a message box asking if you want to debug. Unfortunately it doesn't do what it claims. According to the on-line manuals assert() may not be supported on all platforms. So I tried switching to POL's ASSERT() macro, but this is no better.