On Mon, Nov 22, 2010 at 1:48 AM, Jonas Maebe wrote:
>
> On 21 Nov 2010, at 19:03, Brian Winfrey wrote:
>
>> What version should fpc display (Revision: 16393).
>>
>> When I get latest and make /usr/bin/fpc is at version 2.4.2.
>>
>> fpc -vut dummy.pas
>&g
See .../fpcsrc/packages/fcl-base/examples/testtimer.pp for example usage.
On Thu, Dec 2, 2010 at 10:39 AM, Darius Blaszyk
wrote:
> Whatever I tried, I cannot get TFPTimer to work. Can someone help? For
> some reason the OnTimer even is never fired. Tried on Windows and Linux.
> Here's a snippet
On Wed, Jan 5, 2011 at 3:12 PM, Michael Van Canneyt
wrote:
> Hello,
>
> For those of you that need JSON support:
>
> I have committed support for streaming published properties (properties for
> which RTTI is generated) from objects to JSON and vice versa, in a unit
> fpjsonrtti.
>
> Not the full
On Sun, Jan 23, 2011 at 2:25 AM, Justin Smyth
wrote:
> Hi guys
>
> I've been working on a application to application communications protocol
> via named pipes.
>
> the basic idea would be for Application A to change a Component Property on
> Applications B ( ie the visible property) or a text or c
On Mon, Feb 7, 2011 at 6:27 AM, wrote:
>
>
> On Mon, 7 Feb 2011, Andrew Brunner wrote:
>
>> On Mon, Feb 7, 2011 at 7:35 AM, wrote:
>>>
>>> A cross-platform solution is to use one of libsee or BESEN.
>>>
>>> The latter is implemented in 100% native Object Pascal.
>>>
>>> Michael.
>>
>> BESEN is
send you code snippets showing exactly how to
implement the circular buffer.
Regards
Brian
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.or
>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
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;
to
assume that VAX Pascal is still alive and kicking, albeit very much a
minority compiler.
Brian.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
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
space that you could
just about debug 'Hello, world' and that was it.
Hopefully Whitesmiths improved in the couple of years before you
started with it, or there was a better implementation if you used it
on a machine other than a PDP-11.
Brian.
_
101 - 111 of 111 matches
Mail list logo