Message This "restore" has underflowed the extern model's stack. No corresponding "save" was found. Description The extern_model stack, managed by the #pragma extern_model and #pragma environment directives, contains more restores than saves. This could signify a coding or logic error in the program. User Action Make sure each restore has a corresponding save.