Re: [fpc-pascal] make fpc

2010-11-22 Thread Brian Winfrey
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

Re: [fpc-pascal] Cannot get TFPTimer to work

2010-12-02 Thread Brian Winfrey
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

Re: [fpc-pascal] JSON - RTTI streaming.

2011-01-20 Thread Brian Winfrey
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

Re: [fpc-pascal] Win32 Application Query.

2011-01-31 Thread Brian Winfrey
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

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Brian Winfrey
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

Re: [fpc-pascal] How to implement a circular buffer object in pascal?

2020-09-07 Thread Brian via fpc-pascal
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

Re: [fpc-pascal] How to implement a circular buffer object in pascal?

2020-09-08 Thread Brian via fpc-pascal
>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

Re: [fpc-pascal] Sending Hex codes over TCP/IP

2020-09-13 Thread Brian via fpc-pascal
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;

Re: [fpc-pascal] 50 years of Pascal, by the the author himself

2021-05-12 Thread Brian via fpc-pascal
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

[fpc-pascal] Linux Yad

2021-06-06 Thread Brian via 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

Re: [fpc-pascal] Be careful of too many features

2022-05-30 Thread Brian via fpc-pascal
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. _

<    1   2