[fpc-devel]Mode field for TSearchRec under UNIX

2004-02-24 Thread Michalis Kamburelis
Hi Kylix adds field "Mode" to TSearchRec type under Linux. This field comes directly from UNIX stat structure (st_mode field). It is useful when you already have TSearchRec describing some file and you want to check the exact type of that file, e.g. "is it a symbolic link ? is it a device ?".

Re: [fpc-devel]Question

2004-02-24 Thread Peter Vreman
> Hi ! > > Thank you for Free Pascal ! > > I have small question. > > Possible insert binary dump (text) as code in procedure ? > (Similarity of operator 'INLINE' in old Turbo Pascal.) > And if yes then as ? You can use the data2inc tool to convert binary data to a const type. inline is

[fpc-devel]Question

2004-02-24 Thread Alexander
Hi ! Thank you for Free Pascal ! I have small question. Possible insert binary dump (text) as code in procedure ? (Similarity of operator 'INLINE' in old Turbo Pascal.) And if yes then as ? -- Best regards, Alexander mailto:[EMAIL PROTECTED] ___