Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Juha Manninen
2011/11/29 Thomas Schatzl tom_at_w...@gmx.at There is an arm release for 2.6.0rc1, but it was built using old binutils (last time I checked, at least): ftp://freepascal.stack.nl/pub/**fpc/beta/2.6.0-rc1/arm-linux/ftp://freepascal.stack.nl/pub/fpc/beta/2.6.0-rc1/arm-linux/ What OS/version

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Marco van de Voort
In our previous episode, Thomas Schatzl said: What OS/version are you using? Maybe some OS setup issue? On an HP Touchpad and a Sheevaplug-like system, which are both eabi5, the bootstrap compiler and fpc produced executables work just fine. (Sheeva's are shipped with a default eabi4,

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: juha.mannine...@gmail.com wrote: I don't even know what means?eabi4 and?eabi5. I'm not sure what it means exactly either, but for example Android no longer supports eabi 4, so it looks obsolete. I use eabi 5 for my Android

Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Felipe Monteiro de Carvalho
On Tue, Nov 29, 2011 at 3:56 PM, Jürgen Hestermann juergen.hesterm...@gmx.de wrote: --- type WlanOpenHandleTyp = function(ClientVersion : DWord;                                  Reserved : Pointer;                              

Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Jürgen Hestermann
Felipe Monteiro de Carvalho schrieb: type WlanOpenHandleTyp = function(ClientVersion : DWord; Reserved : Pointer; var NegotiatedVersion : DWord; var ClientHandle : Hwnd) : DWord; It looks like you