Re: [fpc-pascal] Readline substitute

2011-05-01 Thread Johann Glaser
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

Re: RE : RE : RE : RE : [fpc-pascal] How to translate this union ?

2011-05-01 Thread Sven Barth
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

RE : RE : RE : RE : [fpc-pascal] How to translate this union ?

2011-05-01 Thread Ludo Brands
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