Edit

Share via


Fatal Error C1383

compiler option /GL is incompatible with the installed version of common language runtime

C1383 occurs when you are using a previous version of the common language runtime with a newer compiler, and when you compile with /clr and /GL.

To resolve, either do not use /GL with /clr or install the version of the common language runtime that shipped with your compiler.

For more information, see /clr (Common Language Runtime Compilation) and /GL (Whole Program Optimization).