[fpc-pascal] open source warehouse program: any hint?

2023-09-03 Thread duilio foschi via fpc-pascal
I am looking for a simple program as explained in the subject.. It should be in Pascal, Delphi or Lazarus. Any hint? Thank you Peppe Polpo ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinf

Re: [fpc-pascal] TFPHttpClient & TFPHttpServer

2023-01-03 Thread duilio foschi via fpc-pascal
Now everything is clear. Thank you Peppe Il Mar 3 Gen 2023 22:59 Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> ha scritto: > > > On Tue, 3 Jan 2023, duilio foschi via fpc-pascal wrote: > > > I would like to write some code where a TFPHttpClie

[fpc-pascal] TFPHttpClient & TFPHttpServer

2023-01-03 Thread duilio foschi via fpc-pascal
I would like to write some code where a TFPHttpClient component sends a minimal json payload to a TFPHttpServer that (reads the payload). The working of the TFPHttpClient component is clear enough, while its counterpart TFPHttpServer proves rather obscure to me. TFPHttpClient === Page ht

Re: [fpc-pascal] FPC and WebAssembly

2021-12-24 Thread duilio foschi via fpc-pascal
Thank you for your precious work and happy winter solstice to everybody! :) On Fri, Dec 24, 2021 at 2:46 PM Jean SUZINEAU via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > Wonderful ! > > Thank you very much for all your work and all the work of the FPC / > Lazarus team ! > > And Merry C

Re: [fpc-pascal] is this a bug?

2021-06-03 Thread duilio foschi via fpc-pascal
ror prone IMHO. On Thu, Jun 3, 2021 at 10:32 AM Dennis Lee Bieber via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > On Wed, 2 Jun 2021 13:00:12 +0200, duilio foschi via fpc-pascal > declaimed > the following: > > >I am using FPC v. 3.2.0 on both linux and windows.

[fpc-pascal] is this a bug?

2021-06-02 Thread duilio foschi via fpc-pascal
I am using FPC v. 3.2.0 on both linux and windows. I use Firebird as a database (not sure that this is important). Say you write var AConnection:TIBConnection; AQuery:TSQLQuery; ATran:TSQLTransaction; begin // create the components... // open a database... // prepare a first query...

Re: [fpc-pascal] compiling on command line linux

2021-02-16 Thread duilio foschi via fpc-pascal
very good. I created the new directories ./synapse and ./lazutils in /usr/lib/fpc/3.2.0/units/x86_64-linux It worked like a charm. It seems that all the units in that directory are searched by default. Thank you Duilio On Tue, Feb 16, 2021 at 7:29 AM Sven Barth wrote: > Am 15.02.2021 u

[fpc-pascal] compiling on command line linux

2021-02-15 Thread duilio foschi via fpc-pascal
Today I had to compile a program on my Linux server. The program was written for windows and needed libraries synapse and lazutils, and they were missing from the server. I copied all the needed units from my PC into the linux work directory and it worked with the usual command fpc programname.