question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is clui.dll necessary?

See original GitHub issue

The file '$Root$/1033/clui.dll' is language-dependent and if the user installed Visual Studio in French it will be located in '$Root$/1036/clui.dll' instead. As FASTBuild does not have wildcards it might be necessary to discover that file manually in C#… but I also found out that everything works fine if I just get rid of the two lines mentioning it. So I’m wondering, is it absolutely necessary to reference it?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
liamkfcommented, Sep 23, 2016

Ok I brought over what I did for msfastbuild and I think it should work for now. Please let me know if it does the trick for you! 😃

1reaction
samhocevarcommented, Aug 24, 2016

By the way, nice work with this piece of code; I know there’s a lot of hardcoded stuff, but it’s a really good starting point and we’re gonna try and help improve it as much as we can.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot Load clui.dll - c++
Your program is looking for a DLL, clui.dll, and can't find it. Try placing that file in the same directory as your program....
Read more >
clui.dll Download and Fix clui.dll Missing Error
This file is a part of the Microsoft Windows system. It is one of the many hidden in the system files of a...
Read more >
Fatal Error C1510
Cannot open language resource clui.dll. The compiler can't load the language resource DLL. There are two common causes for this issue.
Read more >
How To Fix Clui.dll Not Found (Missing) Errors
1. Some clui.dll files are not currently in our database, but they can be requested by clicking the "Request" button next to the...
Read more >
CLUI.DLL
Clui.dll file is part of Microsoft® C/C++ Compiler Driver Satellite Resource DLL product developed by Microsoft® Visual Studio® 2013.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found