Re: [fpc-devel] More on freepascal armhf porting attempt, some progress made but now stuck.

2012-03-15 Thread peter green
Jonas Maebe wrote: You can give S1, S3, S5 etc different super register numbers (> $1F, so they don't conflict with the super register numbers for D0..D31). As long as you don't change the code in tarmcgarm/Tthumb2cgarm.init_register_allocators() to explicitly tell the register allocator that

Re: [fpc-devel] TMSSQLConnection - sqlDB component for accessing MS SQL Server

2012-03-15 Thread Marcos Douglas
On Mon, Feb 27, 2012 at 9:33 AM, Marcos Douglas wrote: > On Mon, Feb 27, 2012 at 5:08 AM,   wrote: >> >> >> On Mon, 27 Feb 2012, LacaK wrote: >> >>> Hi, >>> let me share same basic info/ideas about TMSSQLConnection : >>> 1. As Marcos wrote it is descendant of sql-db TSQLConnection class and >>> pr

Re: [fpc-devel] FPImage unit ImageHandlersManager design problem

2012-03-15 Thread michael . vancanneyt
On Thu, 15 Mar 2012, Andrew Brunner wrote: Having just looked over the class factory for images in FPC, I found that ImageHandlersManager is missing a critical method to obtain a reader or write by the extension used. Presently the getReader uses the TypeName and not the Extenstion. I find t

[fpc-devel] FPImage unit ImageHandlersManager design problem

2012-03-15 Thread Andrew Brunner
Having just looked over the class factory for images in FPC, I found that ImageHandlersManager is missing a critical method to obtain a reader or write by the extension used. Presently the getReader uses the TypeName and not the Extenstion. I find this quite annoying. Can someone please extend t

Re: [fpc-devel] More on freepascal armhf porting attempt, some progress made but now stuck.

2012-03-15 Thread Jonas Maebe
On 11 Mar 2012, at 23:23, peter green wrote: Umm, my copy of narmcon.pas contains the following. NR_S0 = tregister($0406); NR_S1 = tregister($0406); NR_D0 = tregister($0407); I can see how the compiler can tell whether i'm assigning S0 or D0 but I don't see how it can tell wheth