Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 850 Bytes

fatal-error-c1383.md

File metadata and controls

17 lines (13 loc) · 850 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1383
Fatal Error C1383
11/04/2016
C1383
C1383
ca224d14-d687-4fd6-80c2-8b82f28924ea

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).