[fpc-pascal] ptop options file for Borland coding style

2007-03-16 Thread Graeme Geldenhuys
Hi, Has anybody created and willing to share their 'ptop' (code formatter included with FPC) options file that formats code according to the Delphi (object pascal) Coding Style [http://dn.codegear.com/article/10280] or something close to it. The default ptop options (FPC style) is very differe

[fpc-pascal] Reduce size in binary generated by ppc

2007-03-16 Thread Jose Pascual
Hi everyone, How is it possible to reduce the size for binary generated by ppc? regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Reduce size in binary generated by ppc

2007-03-16 Thread Dean Zobec
Jose Pascual pravi: > Hi everyone, > > How is it possible to reduce the size for binary generated by ppc? > http://wiki.freepascal.org/Size_Matters Ciao, Dean ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mai

[fpc-pascal] Font handles from Win API

2007-03-16 Thread Wolfram Kläger
Hi everyone, IŽm too stupid for Windows. Before drawing text on a bitmap, I need to know the handle of the selected font, specified by name, say 'Arial'. This is my last attempt. Anybody knows, where IŽm still wrong? function CallbackProc( var AFontInfoVar : TEnumLogFont; var AMetric