Re: [fpc-pascal] strlower causes EAccessViolation

2015-01-05 Thread Michael Van Ham
On Mon, Jan 5, 2015 at 3:39 PM, Sven Barth wrote: > Am 05.01.2015 21:33 schrieb "Michael Van Ham" : > > > > > Hello, > > > > The simple program below compiles and produces the expected output in > 2.6.4. In 2.7.1 (3.1.1 now) an EAccessViolation is caused. > > > > The strlower function seems to b

Re: [fpc-pascal] strlower causes EAccessViolation

2015-01-05 Thread Sven Barth
Am 05.01.2015 21:33 schrieb "Michael Van Ham" : > > Hello, > > The simple program below compiles and produces the expected output in 2.6.4. In 2.7.1 (3.1.1 now) an EAccessViolation is caused. > > The strlower function seems to be in strings.inc and written in assembler. Unfortunately I can not dec

[fpc-pascal] strlower causes EAccessViolation

2015-01-05 Thread Michael Van Ham
Hello, The simple program below compiles and produces the expected output in 2.6.4. In 2.7.1 (3.1.1 now) an EAccessViolation is caused. The strlower function seems to be in strings.inc and written in assembler. Unfortunately I can not decipher the assembly to research further. --- program test