For some days I have the mikroPascal Compiler from Mikroelektronika.
And I am satisfied with it.
http://www.mikroe.com/mikropascal/avr
With that product the declaration of an array is also possible with only one
number.
For example:
var test : array[ 10 ] of byte;
Like in C.
That would make m
On Mon, 17 Jun 2013 20:57:33 +0200
Fred van Stappen wrote:
>
>
> > >
> > > Hello.
> > >
> > > Is there a plan to add a function like Application.onChangeComponentCount
> > > ?
> > >
> > > I want to catch a signal when a new form is created (or deleted).
> > > I know that the best way is to cre
> >
> > Hello.
> >
> > Is there a plan to add a function like Application.onChangeComponentCount ?
> >
> > I want to catch a signal when a new form is created (or deleted).
> > I know that the best way is to create a parent form and from this use
> > the form.oncreate event.
> > But if the form h
On Mon, 17 Jun 2013, Roberto P. wrote:
Thanks!
Is there an unsigned alternative?
A signed alternative, you mean ?
No, there is not.
Michael.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/
On Sun, 16 Jun 2013, Michalis Kamburelis wrote:
Michael Van Canneyt wrote:
If an implementation of Read does not return the requested data when in
fact it is available, then the implementation of Read is broken.
I guess it depends how do you interpret TStream.Read documentation...
http://w