[fpc-pascal] mail archives corrupted?
Hi all, It seems that gzipped mail archives are corrupted. The browser opens them but many lines are unreadable. Gzip utility reports crc error and exits. Stefan ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fp
[fpc-pascal] Disabled Win32 API functions
Hi, I'm wondering why some Win32 API functions declared in 'redef.inc' are disabled, since the compatibility with Delphi is compromised. For example: //function CreateFontIndirect(const p1: TLogFont).. Is there any reason for this? Stefan ___