Maybe bug in 5.5.0.340

Hi.

I need to build Delphi7 projects.

I check "Use settings from project file".

When i buld any project now, I get error message: Fatal: Required package 'rbbde10' not found.
My project not use this package, it is not included in myproject.cfg and not in myproject.dof.

I use rbbde107 package, but this package i not found in FB loaded package list.

I thik at FB cut the last character "7" :(

The same is with clinetsuited7 package. FB say at cannot find clinetsu package :(

Wonder that this packages in dof and cfg files is not the last in string, but in FB

is the last and cuted :(

Any ideas ?

Regards

Janex

P.S. Sorry for my bad english :)

 

Hi Janis,

Thanks for posting. Sorry to hear you’re having problems. Could you please send us the project files (*.dof, *.cfg .dpk/.dpr, etc.) to support at finalbuilder.com - we’ll look into it straight away.

Regards,

Angus

I hope at found the problem :)

The maximum length of runtime package list is 2048 symbols ?

When th FB cut the list of packages, I save this string to file and get

suspicious file size: 2047 bytes.

My package list is longer.

 

Regards

Janex

 


Hi Janis,

Thanks for the astute observation! There is a limit in the built-in Delphi TIniFile class which limits strings to 2047 characters. We actually have our own replacement class to work around it, but we weren’t using it in this case.

Please try this test build and let us know if it works properly:

https://www.finalbuilder.com/downloads/finalbuilder/550/FB550_447.exe

Regards,

Angus

Hi Angus.

Super. Now all work fine :)

Thanks, very much.

 

 

 

Regards

Janex