On 5/30/22 14:59, Steve Litt via fpc-pascal wrote:
Hi all,
In 1984 I started my programming career with Whitesmith Pascal,
Sorry for the off-topic post, folks, but this just opened a wound from
my distant past... :(
I was a couple of years ahead of you, Steve, but at least in 1982 on
the P
Has anyone called Yad (linux file manager) as an external program form a main
program ?
If so can you provide an example of how to do it and retrieve the selected
file name?
Thanks
Brian
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
___
On 5/12/21 3:51 PM, Ryan Joseph via fpc-pascal wrote:
On May 12, 2021, at 12:30 PM, Ralf Quint via fpc-pascal
wrote:
Thought this was kind of interesting, though it leaves short of mentioning the
later Object Pascal evolution and thus Delphi and FreePascal...
Isn't Free Pascal and Delphi
Use Ararat Synapse .
http://synapse.ararat.cz/doc/help/
Unit blcksock Class TTCPBlockSocket
Then send and receive byte arrays using :
Public function SendBuffer(Buffer: TMemory; Length: Integer): Integer;
override;
Public function RecvBuffer(Buffer: TMemory; Len: Integer): Integer;
override;
>Bo,
>
>Most of the users on this forum have never interfaced with hardware , as
you
>can see from the responses. Those who have interfaced with hardware have
>developed circular buffers which they know work , and they reuse them
again
>and again.
I did this about 10 years ago when working on a P
Bo,
Most of the users on this forum have never interfaced with hardware , as you
can see from the responses. Those who have interfaced with hardware have
developed circular buffers which they know work , and they reuse them again
and again.
I will describe in general terms the structure a circul