Recent

Author Topic: Curl post  (Read 5887 times)

michoux

  • Full Member
  • ***
  • Posts: 112
Re: Curl post
« Reply #15 on: August 14, 2019, 09:49:58 pm »
Hi,

Sorry
Response := TStringStream.Create;
to
Response := TStringStream.Create('');

Response := TStringStream.Create; did not work for me, got an error ...

I did not develop the php sources and I am not really allowed to change them, just use them as they are :)))
This is app to load live data from sport events in real time.

I am coding connector between timing software and this web app to transfer data in xml format ...

DB is sqlite and I have some problems with DB lock, but I will ask this in other forum ...

Thanks again for help :)

Regards Michoux
« Last Edit: August 14, 2019, 10:05:56 pm by michoux »

rvk

  • Hero Member
  • *****
  • Posts: 6163
Re: Curl post
« Reply #16 on: August 14, 2019, 10:02:05 pm »
Response := TStringStream.Create; did not work for me, got an error ...
Ah, ok. Maybe you have an older Lazarus/FPC installation. I'm not sure at what point the AString became optional (because for me it is, in the trunk-version).

 

TinyPortal © 2005-2018