Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-05 Thread Graeme Geldenhuys
On 2017-12-03 22:46, Tomas Hajny wrote: Similarly, MS Windows would probably complain when trying to run an incomplete installer. Yes, Windows 10 tells me the official FPC installer contains a virus and dually deleted the download (without giving me a choice). I downloaded from SF.net. The

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Benito van der Zander
Hi Paul, would it be hard to use those IDEs for other languages or can you plugin another interpreter? I have an interpreter with Android support, and have been looking for some syntax highlighting there for a while Cheers, Benito Am 05.12.2017 um 20:36 schrieb Paul Breneman: On

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Paul Breneman
On 12/05/2017 12:50 PM, Mattias Gaertner wrote: On Tue, 5 Dec 2017 10:48:01 -0500 Paul Breneman wrote: On 12/05/2017 10:12 AM, Paul Breneman wrote: On 12/05/2017 09:52 AM, Paul Breneman wrote: On 12/05/2017 09:30 AM, Paul Breneman wrote: It seems you are talking

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2017, Victor Campillo wrote: On 29/11/17 14:31, Michael Van Canneyt wrote: No, but I plan to make pas2js generally available this weekend. Michael. Hi Michael, I am very interested in pas2js, right now I am trying to choose which tool use for web development for a project

Re: [fpc-pascal] System call ABI problem on ppc Linux

2017-12-05 Thread Tobias Giesen
Interesting! But my report was based on my development machine, a PowerBook G4. Apparently the special instructions are not used or not causing a problem because it also runs fine on the NAS. - Please excuse the shortness of this mail which was sent from my mobile phone. If necessary, I

Re: [fpc-pascal] FPC attributes / annotations support

2017-12-05 Thread Victor Campillo
On 29/11/17 14:31, Michael Van Canneyt wrote: No, but I plan to make pas2js generally available this weekend. Michael. Hi Michael, I am very interested in pas2js, right now I am trying to choose which tool use for web development for a project in which the web server was made with FPC,

Re: [fpc-pascal] System call ABI problem on ppc Linux

2017-12-05 Thread Karoly Balogh (Charlie/SGR)
Hi, On Tue, 5 Dec 2017, tobiasgie...@gmail.com wrote: > I think the only problem is with fpmake, which doesn't include > FPC_ABI_EABI for powerpc 32-bit processors. > > My use case is running my software on a Synology DS-413 NAS, which has a > PowerPC processor. It's only a few years old.

Re: [fpc-pascal] System call ABI problem on ppc Linux

2017-12-05 Thread tobiasgiesen
Hi, I will check it but the app really runs fine now after changing only FpFtruncate, and also FppRead and FppWrite (which nobody seems to use anyway). These are the occurrences of {$ifdef FPC_ABI_EABI}. I think the only problem is with fpmake, which doesn't include FPC_ABI_EABI for powerpc

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Mattias Gaertner
On Tue, 5 Dec 2017 10:48:01 -0500 Paul Breneman wrote: > On 12/05/2017 10:12 AM, Paul Breneman wrote: > > On 12/05/2017 09:52 AM, Paul Breneman wrote: > >> On 12/05/2017 09:30 AM, Paul Breneman wrote: It seems you are talking to yourself. Mattias

Re: [fpc-pascal] How is EntryInformation.OS.haltproc assigned?

2017-12-05 Thread Victor Campillo
On 04/12/17 21:15, Juha Manninen wrote: I am testing with a 64-bit Manjaro Linux. I get an access violation when closing any LCL application built with QT bindings using FPC trunk. When using FPC 3.0.2 there was no access violation, and neither with other widgetsets. Only FPC trunk + QT posed a

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Paul Breneman
On 12/05/2017 10:12 AM, Paul Breneman wrote: On 12/05/2017 09:52 AM, Paul Breneman wrote: On 12/05/2017 09:30 AM, Paul Breneman wrote: On 12/04/2017 11:48 PM, H. Gabriel Máculus wrote: i'm actually using this app on Android, its fpc based? https://pascalnide.wordpress.com/ Much better

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Paul Breneman
On 12/05/2017 09:52 AM, Paul Breneman wrote: On 12/05/2017 09:30 AM, Paul Breneman wrote: On 12/04/2017 11:48 PM, H. Gabriel Máculus wrote: i'm actually using this app on Android, its fpc based? https://pascalnide.wordpress.com/ Much better info here:

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Paul Breneman
On 12/05/2017 09:30 AM, Paul Breneman wrote: On 12/04/2017 11:48 PM, H. Gabriel Máculus wrote: i'm actually using this app on Android, its fpc based? https://pascalnide.wordpress.com/ Much better info here: https://github.com/tranleduy2000/pascalnide

Re: [fpc-pascal] Using Pascal N-IDE (Android)

2017-12-05 Thread Paul Breneman
On 12/04/2017 11:48 PM, H. Gabriel Máculus wrote: i'm actually using this app on Android, its fpc based? https://pascalnide.wordpress.com/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] System call ABI problem on ppc Linux

2017-12-05 Thread Marco van de Voort
In our previous episode, Tobias Giesen said: > I just filed a bug report about FpFtruncate passing the parameters > incorrectly to the > system. For example, setting a file size to $D would cause the file to have > the size > $D 000D. Apparently the conditional define FPC_ABI_EABI would fix