Re: [fpc-pascal] Cannot write datetime field on sqlite3 database on ARM

2021-03-09 Thread Gabriele Cappelletto via fpc-pascal
It happened to me with Firebird too. Only that the error gave it to me in reading, that is db.fieldByName ('cc'). AsDateTime Il 08/03/21 02:31, Toru Takubo via fpc-pascal ha scritto: Hi, I am developing my app on Windows and building apps for other platforms by using cross compiler. Now I have

[fpc-pascal] tprocess under linux and module

2018-09-18 Thread Gabriele Cappelletto via fpc-pascal
ᅵ I have to execute the following instructions in tprocess: I manually write it like this: sudo su command inside a command there is a reference to a kernel module installed with sudo insmod. With the previous batch it works co