The compiler is giving me an error (shown in the pic) even if I run the IDE as an administrator. Can anyone help to solve the problem?
相关问题
- C++ Builder - Difference between Lib and Res
- Direct2D Only Partially Linking in C++ Builder
- What is causing desktop shield icon overlay on *SO
- Application->Processmessages in QT?
- Using Chromium Edge WebView2 in Delphi or C++ Buil
相关文章
- Linking fails [ilink32 Error] Fatal: Unable to ope
- Border around a form with rounded corner in c++ bu
- “Unable to complete network request” or “connectio
- How create an standalone (without DLL file depende
- Is the TTimer.OnTimer event handler reentrant?
- How should I embed Python in a C++ Builder / Delph
- How do I solve an unresolved external when using C
- C++ Builder or Visual Studio [closed]
Your linker is trying to allocate 128 MB of memory. The following info from Embarcadero was recently posted on the Embarcadero forums:
Error detected (LME288) in Seattle 10 update 1
You can specify additional flags, such as
-GH
, for the linker in your Project Options.