Re: [fpc-pascal] For-in-loop question about GetEnumerator

2014-05-17 Thread Mattias Gaertner
On Sat, 17 May 2014 13:18:01 +0200 Jürgen Hestermann wrote: > > Am 2014-05-17 10:39, schrieb Mattias Gaertner: > > I added a note to the example, that the enumerator is automatically freed > > by the compiler after the loop. > > > I just had a look at the UTF8 example on > http://wiki.freepa

Re: [fpc-pascal] For-in-loop question about GetEnumerator

2014-05-17 Thread Jürgen Hestermann
Am 2014-05-17 10:39, schrieb Mattias Gaertner: I added a note to the example, that the enumerator is automatically freed by the compiler after the loop. I just had a look at the UTF8 example on http://wiki.freepascal.org/for-in_loop where is says: --

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-17 Thread Michael Ring
First step would be to visit http://wiki.freepascal.org/TARGET_Embedded This page helps to set up basic things like cross toolchain for arm and to compile trunk of fpc. Once you have worked through this you are ready to go. ppcrossarm -i should give you a list of available controllers, when

Re: [fpc-pascal] For-in-loop question about GetEnumerator

2014-05-17 Thread Mattias Gaertner
On Fri, 16 May 2014 23:13:43 +0200 Krzysztof wrote: > Hi, > > This article is quite clear for me: http://wiki.freepascal.org/for-in_loop I added a note to the example, that the enumerator is automatically freed by the compiler after the loop. Mattias ___

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-17 Thread Jeppe Græsdal Johansen
Den 17-05-2014 01:33, Justin Smyth skrev: Hi everyone, I have recently got open ocd v8 to talk to my nxp lpc 1343 via a stlinkv2 , should fpc ( 2.6.4 or higher support this type of CPU and does anyone have any ideas how to hook up gdb to openocd ? I am thinking of using Lazarus to step throug