Re: [fpc-pascal] OOP in FreePascal ARM-Embedded

2013-02-27 Thread Michael Ring
Objects work fine on ARM embedded, the documentation on this topic might be a little thin The minimum thing you need to do is to initialize the heap, after you have a valid Heapmanager you can use objects out of the box: program hellofpc; {$mode objfpc} uses heapmgr; begin RegisterH

Re: [fpc-pascal] OOP in FreePascal ARM-Embedded

2013-02-27 Thread Graeme Geldenhuys
On 2013-02-27 08:28, Juan Duran wrote: > Is anybody working on being able to uses classes, methods, etc (OOP) in > freepascal compiler for ARM embedded platform? OOP works fine already on that platform... what specific are you looking for? Regards, - Graeme - -- fpGUI Toolkit - a cross-plat

Re: [fpc-pascal] OOP in FreePascal ARM-Embedded

2013-02-27 Thread Mark Morgan Lloyd
Juan Duran wrote: Hi there, Is anybody working on being able to uses classes, methods, etc (OOP) in freepascal compiler for ARM embedded platform? What are you looking for that isn't already documented as being provided? -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above