Recent

Author Topic: Error: Illegal parameter: -vm13028,13005,  (Read 944 times)

d2010

  • New Member
  • *
  • Posts: 31
Error: Illegal parameter: -vm13028,13005,
« on: June 14, 2022, 12:25:46 pm »
Hello.
How to fix this error--?
My OperatingSystem=Win10x86
Lazarus=2.22 cdate=2022.05.15
Fpc=3.2.2 or 3.22
 ::)
Code: [Select]
Error: Illegal parameter: -
vm13028,13005,12012,12004,11061,11058,11056,11053,11049,11048,11047,11046,11042,11041,11031,11030,11022,11021,11020,11019,11018,11017,11016,11012,11011,11007,11005,11002,11001,10040,10025,10023,9208,9201,9034,9033,9012,9011,9000,8028,8027,7141,7140,7136,7133,7131,7130,7124,7123,7122,7121,7120,7119,7111,7110,7105,7104,7103,7102,7101,7098,7093,7088,7087,7086,7080,7079,7072,7066,7059,7058,7052,7046,7043,7040,7039,7032,7031,7030,7029,7023,7018,6058,6048,6042,6041,6018,6017,6016,5095,5094,5093,5092,5091,5090,5089,5084,5079,5078,5077,5076,5075,5074,5073,5072,5071,5066,5065,5064,5063,5062,5061,5060,5059,5058,5057,5055,5044,5043,5039,5037,5036,5034,5033,5031,5030,5029,5028
« Last Edit: June 14, 2022, 12:49:29 pm by d2010 »

PascalDragon

  • Hero Member
  • *****
  • Posts: 5469
  • Compiler Developer
Re: Error: Illegal parameter: -vm13028,13005,
« Reply #1 on: June 14, 2022, 01:44:05 pm »
What can be passed to the -vm parameter is currently restricted to 253 characters (maximum length of a ShortString minus the characters vm), thus it will end up with an invalid message index somewhere amidst the 71xx messages. So use multiple -vm parameters to work around this. (Edit: I have fixed this now in the development version)

Please note that it's a bad idea to simply silence such a bunch of messages, cause they're there for a reason and you should instead deal with the reason.
« Last Edit: June 14, 2022, 02:36:20 pm by PascalDragon »

d2010

  • New Member
  • *
  • Posts: 31
Re: Error: Illegal parameter: -vm13028,13005,
« Reply #2 on: June 16, 2022, 07:05:47 am »
(Edit: I have fixed this now in the development version)
Can you send the "development version" in PM(messageBox)?
 :-X=I can test your Lazarus.development17version.exe in my big-project?
My Os=Win10x32 bytesx86.
I need you kit.of Lazarus.exe
Thank/s

PascalDragon

  • Hero Member
  • *****
  • Posts: 5469
  • Compiler Developer
Re: Error: Illegal parameter: -vm13028,13005,
« Reply #3 on: June 16, 2022, 11:11:34 am »
Can you send the "development version" in PM(messageBox)?

No, because the source code is publicly available. You should inform yourself about how you install the development version yourself.

 

TinyPortal © 2005-2018