/no_robust switch

The /no_robust switch directs the MIDL compiler to explicitly disable the /robust command line feature. The /robust command line switch and its associated features is the default compiler setting for MIDL version 6.0.359 and later.

midl /no_robust

Switch Options

This switch has no parameters.

Remarks

With MIDL version 6.0.359 and later, the MIDL compiler sets /robust by default. The /no_robust command line switch must be used to disable the /robust feature if generated stubs need to run on Microsoft Windows NT, Windows 95/98, or Windows Me.

Examples

midl /no_robust filename.idl

See also

General MIDL Command-line Syntax

/robust