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
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
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
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
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.
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...
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
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.