Re: [fpc-pascal] Is there any pascal interface to TensorFlow or other neural network tools?

2017-12-06 Thread schuler
"> or even neural network libraries written in Pascal? Try contacting schuler in Lazarus forum. " Hello, this is schuler!!! You can find the most recent project update here: https://forum.lazarus.freepascal.org/index.php/topic,39049.0.html There are many neural network layers (convolution, maxp

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-06 Thread Graeme Geldenhuys
On 2017-12-06 11:03, Marcos Douglas B. Santos wrote: Windows just isn't fun. Long live FreeBSD and Linux. I believe you compile FPC on Linux, right? So, why do you do the same on Windows? It's pretty easy... FreeBSD only. And yes, I do compile every FPC release under Windows to get a native 6

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Mattias Gaertner
> Victor Campillo hat am 6. Dezember 2017 um 12:48 > geschrieben: >[...] > o It does not include the command to call pas2js compiler. Correct. pas2js does not support ppu files (yet), so it compiles all units everytime. For the same reason the package is set to build manually. > o Adding t

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Michael Van Canneyt
On Wed, 6 Dec 2017, Victor Campillo wrote: On 06/12/17 15:19, Michael Van Canneyt wrote: Change line 300 to   for i := low(DefaultLongOpts) to Length(DefaultLongOpts)-1 do and it should compile again. Michael. Hi, Yes, that change solves the problem. Regarding the rtl package, in the

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
On 06/12/17 15:19, Michael Van Canneyt wrote: Change line 300 to   for i := low(DefaultLongOpts) to Length(DefaultLongOpts)-1 do and it should compile again. Michael. Hi, Yes, that change solves the problem. Regarding the rtl package, in the folder rtl there are two units that are not in

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Michael Van Canneyt
On Wed, 6 Dec 2017, Victor Campillo wrote: On 06/12/17 14:33, Michael Van Canneyt wrote: Thank you very much for your remarks! I have fixed all issues and re-uploaded the file: http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Hi Michael, Thank you, now in package fpcunit

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
On 06/12/17 14:33, Michael Van Canneyt wrote: Thank you very much for your remarks! I have fixed all issues and re-uploaded the file: http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Hi Michael, Thank you, now in package fpcunit I get this error. consoletestrunner.pas(300,40

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Michael Van Canneyt
On Wed, 6 Dec 2017, Victor Campillo wrote: Hi, Testing the preview that Michael was so kind to share, I found the next minor problems trying to compile the packages included, I think that everything is related to that the project is work in progress so nothing to worry much about.  * Pac

Re: [fpc-pascal] fpc2js

2017-12-06 Thread Marcos Douglas B. Santos
On Wed, Dec 6, 2017 at 9:48 AM, Victor Campillo wrote: > Hi, > > Testing the preview that Michael was so kind to share, I found the next > minor problems trying to compile the packages included, I think that > everything is related to that the project is work in progress so nothing to > worry much

[fpc-pascal] fpc2js

2017-12-06 Thread Victor Campillo
Hi, Testing the preview that Michael was so kind to share, I found the next minor problems trying to compile the packages included, I think that everything is related to that the project is work in progress so nothing to worry much about.  * Package fcl_base o The package is configured

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

2017-12-06 Thread Paul Breneman
On 12/05/2017 05:02 PM, Benito van der Zander wrote: 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 Sorr

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-06 Thread Marcos Douglas B. Santos
On Tue, Dec 5, 2017 at 10:13 PM, Graeme Geldenhuys wrote: > > Windows just isn't fun. Long live FreeBSD and Linux. I believe you compile FPC on Linux, right? So, why do you do the same on Windows? It's pretty easy... Best, Marcos Douglas ___ fpc-pascal

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

2017-12-06 Thread Michael Van Canneyt
On Wed, 6 Dec 2017, Victor Campillo wrote: On 05/12/17 19:50, Michael Van Canneyt wrote: Here is the latest version (from today). http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Many bugfixes when compared to the last version, mainly bugfixes in the compiler and TDataset (R

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

2017-12-06 Thread Victor Campillo
On 05/12/17 19:50, Michael Van Canneyt wrote: Here is the latest version (from today). http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip Many bugfixes when compared to the last version, mainly bugfixes in the compiler and TDataset (Read/Write with update to webserver if need be).