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 f

Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Leonardo M . Ramé
- Original Message - > From: ""Jürgen Hestermann"" > To: fpc-pascal@lists.freepascal.org > Cc: > Sent: Tuesday, November 29, 2011 11:56 AM > Subject: [fpc-pascal] Wireless configuration in Windows > > I am trying to access the Wireless interface of the Windows API. It seems > that > t

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" wrote: > --- > type WlanOpenHandleTyp = function(ClientVersion : DWord; >                                  Reserved : Pointer; >                              var NegotiatedVersi

[fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Jürgen Hestermann
I am trying to access the Wireless interface of the Windows API. It seems that there is no support for these functions in Free Pascal so I defined them myself and accessed them via "Loadlibrary". But WlanOpenHandle always results in error 87 (invalid parameter). I defined: -

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Marco van de Voort
In our previous episode, Felipe Monteiro de Carvalho said: > 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 development. It's obsolete

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Felipe Monteiro de Carvalho
On Tue, Nov 29, 2011 at 9:55 AM, Juha Manninen 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 development. -- Felipe Monteiro de Carvalho _

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Henry Vermaak
On 28/11/11 22:11, Thomas Schatzl wrote: Hi, Am 28.11.2011 15:18, schrieb Henry Vermaak: On 28/11/11 13:41, Juha Manninen wrote: Hi Is FPC 2.2.2 really the latest native release for ARM processors? I guess it can build the more recent versions. (?) There is an arm release for 2.6.0rc1, but

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, t

Re: [fpc-pascal] FPC for ARM

2011-11-29 Thread Juha Manninen
2011/11/29 Thomas Schatzl > 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/ >> > > What OS/version are you