The 3ds Max SDK now ships with asserts turned off. This means that users will not see assert dialogs popping up.
With asserts turned off, the following code fails:
assert(p = new CmyClass); p->stuff();
We recommend that developers always use 3ds Max SDK DbgAssert instead of Max's assert.