C Run-Time Warning CRT1006

STATIC CPPLIB is not supported while building with /clr or /clr:pure

You cannot define _STATIC_CPPLIB when building managed code with the /clr or /clr:pure options.

To correct this warning

  • Do one of the following:

    • Do not define the macro _STATIC_CPPLIB

      -or-

    • Do not compile with the /clr or /clr:pure option.

See Also

Reference

/clr (Common Language Runtime Compilation)

Other Resources

C Run-Time Errors R6002 through R6035 and Warnings CRT1001 through CRT1006