Hi!
Am Freitag, den 29.04.2011, 18:48 +0200 schrieb Johann Glaser:
> Hi!
>
> I want to equip a program with a command line and therefore want a
> powerful and user-friendly input prompt. Currently I use
> ReadLn(CmdLine);
> which is not as user-friendly as desired. :-)
>
> The usual answer for
Ahhh right... *bangs his head against the wall*
Regards,
Sven
On 01.05.2011 09:36, Ludo Brands wrote:
That is why it is conditional :
su_sockaddr_u = record
(...)
{$ifdef DOCUMENTATION_ONLY}
0 : ( su_len : byte );
1 : ( su_family : byte );
2 : ( su_port : word );
{$else}
3 : ( su_dummy
That is why it is conditional :
su_sockaddr_u = record
(...)
{$ifdef DOCUMENTATION_ONLY}
0 : ( su_len : byte );
1 : ( su_family : byte );
2 : ( su_port : word );
{$else}
3 : ( su_dummy : smallint );
{$endif}
(...)
end;
Cheers, Ludo
-Message d'origine-
De : fpc-pascal-boun...@lists.free