description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Fatal Error C1510 |
Fatal Error C1510 |
04/11/2017 |
|
|
150c827f-9514-41a9-8d7e-82f820749bcb |
Cannot open language resource clui.dll
The compiler can't load the language resource DLL.
There are two common causes for this issue. When using the 32-bit compiler and tools, you may see this error for large projects that use more than 2GB of memory during a link. A possible solution on 64-bit Windows systems is to use the 64-bit native or cross compiler and tools to generate your code. This takes advantage of the larger memory space available to 64-bit apps. If you must use a 32-bit compiler because you are running on a 32-bit system, in some cases you can increase the amount of memory available to the linker to 3GB. For more information, see 4-Gigabyte Tuning: BCDEdit and Boot.ini and the BCDEdit /set increaseuserva command.
The other common cause is a broken or incomplete Visual Studio installation. In this case, run the installer again to repair or reinstall Visual Studio.