Re: RE : [fpc-pascal] WideString and TRegexpr

2011-12-04 Thread Mark Morgan Lloyd
Ludo Brands wrote: Reported as issue 0020806. I'm not able to test using a recent Delphi, or on a 64-bit CPU. I think you could report directly to sorokin too. If he fixes it, then we can merge the fix here. regexpr is a nearly unchanged copy from sorokin, except for the alignment patch whi

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-04 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > The method in question is the TDomNode.Attributes.Length property. I thought > > something like that shoud exist but I was looking for a Count property. > > Shouldn't it be count instead? > > Talk about not being very intuitive. As I mentioned

RE : [fpc-pascal] WideString and TRegexpr

2011-12-04 Thread Ludo Brands
> > Reported as issue 0020806. I'm not able to test using a > recent Delphi, > > or on a 64-bit CPU. > > I think you could report directly to sorokin too. If he fixes > it, then we can merge the fix here. > > regexpr is a nearly unchanged copy from sorokin, except for > the alignment patch wh

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-04 Thread Frank Church
On 4 December 2011 11:46, Graeme Geldenhuys wrote: > On 2 December 2011 22:26, Frank Church wrote: > > > > The method in question is the TDomNode.Attributes.Length property. I > thought > > something like that shoud exist but I was looking for a Count property. > > Shouldn't it be count instead?

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-04 Thread Graeme Geldenhuys
On 2 December 2011 22:26, Frank Church wrote: > > The method in question is the TDomNode.Attributes.Length property. I thought > something like that shoud exist but I was looking for a Count property. > Shouldn't it be count instead? Talk about not being very intuitive. As I mentioned in another

Re: [fpc-pascal] WideString and TRegexpr

2011-12-04 Thread Felipe Monteiro de Carvalho
On Sun, Dec 4, 2011 at 8:30 AM, Mark Morgan Lloyd wrote: > Reported as issue 0020806. I'm not able to test using a recent Delphi, or on > a 64-bit CPU. I think you could report directly to sorokin too. If he fixes it, then we can merge the fix here. regexpr is a nearly unchanged copy from soroki