Delphi:如何屏蔽line too long这个错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi:如何屏蔽line too long这个错误相关的知识,希望对你有一定的参考价值。

我在用Delphi做毕业设计时出现line too long这个错误,但是我发现只要把mainmenu中删除几项即可,我想问下为什么?怎么解决这个问题。
(对于回答的人感到抱歉,本人现有财富值仅为2)
我切过了,都删过试试了,它移到其他行显示有这个错误

参考技术A 呵呵那是你的代码太长了切分一下就行了,一行不能超过255个字符

Error running ‘xxx‘: Command line is too long.

在IDEA运行main函数的时遇到如下错误解决办法:

Error running ‘xxxxxx‘: Command line is too long. Shorten command line for xxxxxxor also for Application default configuration.

原因:命令行的参数太长,需要进行修改。修改过程如下:

在Run> Edit Configuration中修改

技术图片

选中红色框中即可!!!

以上是关于Delphi:如何屏蔽line too long这个错误的主要内容,如果未能解决你的问题,请参考以下文章

vscode 编写python如何禁止 flake8 提示 line too long

visual studio 报表 line is too long 的解决

Command line is too long问题解决

IntelliJ IDEA - Command line is too long

IntelliJ IDEA - Command line is too long

Idea报错Command line is too long