Hi.
Is there method in fpc to find the highest common class-type of two
derived classes?
Regards,
Torsten Bonde Christiansen.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pasca
Coyo Stormcaller wrote:
On 03/19/2015 04:25 AM, Mark Morgan Lloyd wrote:
While it is possible to write a complete stack from scratch in any
reasonably-complete programming language, and while this has been done
for e.g. embedded systems (or by idiots such as myself for
demonstration/testing pu
On 03/18/2015 03:49 PM, vfclists . wrote:
Is passing a function as parameter without the '@' symbol accepted in
Delphi?
Yep.
And to me it looks "nicer than using "@", even though it is obviously
sloppy syntax and introduces an ambiguity (what to to if a function has
no parameter and retu
On 03/18/2015 05:36 PM, Tony Whyman wrote:
TDataEvent = procedure (Data: PtrInt) of object;
To me PtrUInt seems more appropriate.
-Michael
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/lis
On 03/20/2015 12:18 AM, Coyo Stormcaller wrote:
With a Userspace TCP/IP stack, I can send strange traffic with a raw
UDP port.
In fact colleagues of mine once in Delphi implemented a TCP - like
solution that uses UDP transfer to do secure, especially low overhead
transfers via GPRS.
So I
Michael Schnell wrote:
On 03/20/2015 12:18 AM, Coyo Stormcaller wrote:
With a Userspace TCP/IP stack, I can send strange traffic with a raw
UDP port.
In fact colleagues of mine once in Delphi implemented a TCP - like
solution that uses UDP transfer to do secure, especially low overhead
tr
Where is the 'write' function defined and how is it different from
'writeln'?
I can see a lot of fpc_writeXXX and other Write functions, but no
'write' itself
--
Frank Church
===
http://devblog.brahmancreations.com
___
fpc-pas
> Where is the 'write' function defined and how is it different from
'writeln'?
>
> I can see a lot of fpc_writeXXX and other Write functions, but no
> 'write' itself
those fpc_writeXXX ARE the actual write. Write(Ln) is NOT a function as like
others whose implementation you can clearly see.
On 20 March 2015 at 18:01, leledumbo wrote:
> > Where is the 'write' function defined and how is it different from
> 'writeln'?
> >
> > I can see a lot of fpc_writeXXX and other Write functions, but no
> > 'write' itself
>
> those fpc_writeXXX ARE the actual write. Write(Ln) is NOT a functio
Am 20.03.2015 19:19 schrieb "vfclists ." :
>
>
>
> On 20 March 2015 at 18:01, leledumbo wrote:
>>
>> > Where is the 'write' function defined and how is it different from
>> 'writeln'?
>> >
>> > I can see a lot of fpc_writeXXX and other Write functions, but no
>> > 'write' itself
>>
>> those f
On 20 March 2015 at 19:34, Sven Barth wrote:
> Am 20.03.2015 19:19 schrieb "vfclists ." :
>
> >
> >
> >
> > On 20 March 2015 at 18:01, leledumbo wrote:
> >>
> >> > Where is the 'write' function defined and how is it different from
> >> 'writeln'?
> >> >
> >> > I can see a lot of fpc_writeXXX an
On 20.03.2015 21:18, vfclists . wrote:
On 20 March 2015 at 19:34, Sven Barth mailto:pascaldra...@googlemail.com>> wrote:
Am 20.03.2015 19:19 schrieb "vfclists ." mailto:vfcli...@gmail.com>>:
>
>
>
> On 20 March 2015 at 18:01, leledumbo mailto:leledumbo_c...@yahoo.co.i
Efficient implementation of coroutines requires CPU-specific code in the
RTL and possibly the compiler. However
http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html suggests a
way that coroutines can be implemented in a portable fashion in C, how
can this be done in Object Pascal?
--
M
On 20/03/2015 07:25, Torsten Bonde Christiansen wrote:
Hi.
Is there method in fpc to find the highest common class-type of two
derived classes?
I do not know of such a routine, though there may well be one somewhere.
I would have said that the highest common class would always be TObject,
be
Hello.
First of all, congratulation for fpHttpClient.pas.
It works directly, like charms, without to install any dependencies. => wow.
I am able to do internet audio streaming with it, perfect. ;-)
Hum, while trying to access Https sites, i get errors. ;-(
In begin of fpHttpClient.pas, there is
On Fri, Mar 20, 2015 at 11:54 PM, fredvs wrote:
> Hello.
>
> First of all, congratulation for fpHttpClient.pas.
> It works directly, like charms, without to install any dependencies. =>
> wow.
>
> I am able to do internet audio streaming with it, perfect. ;-)
>
> Hum, while trying to access Https
16 matches
Mail list logo