Why max string length is 1024?

Questions about Wine on Linux
Locked
DarkProg
Level 1
Level 1
Posts: 7
Joined: Mon Jan 21, 2013 8:29 am

Why max string length is 1024?

Post by DarkProg »

Hello.
I'm found strange bug with the strings.
I'm worked with file that contained string with length over 3000 chars.
In windows all ok, but when I'm using wine, I may see only 1024 chars, other chars truncated and I can't solved this problem.

Wine version is 1.5.22.

It's bug or may be this is linux limitation?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Why max string length is 1024?

Post by lahmbi5678 »

Which application shows this behaviour?
DarkProg
Level 1
Level 1
Posts: 7
Joined: Mon Jan 21, 2013 8:29 am

Re: Why max string length is 1024?

Post by DarkProg »

It's my application written on Delphi. If it's help to solve my problem I can attach test project.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Why max string length is 1024?

Post by lahmbi5678 »

Please file a bug report and attach a sample program.
Locked