Re: [fpc-pascal] Challenging port of Borland Pascal program to FPC

2010-01-18 Thread Mehmet Erol Sanliturk
John Youngquist wrote: Interesting response. I routinely implement large systems on the 8051 chip in assembly language which I can write faster than Pascal. Assembly is a minimum of 500% faster than C on the 8051. I hate C anyway. The machine is a pick place machine designed to assemble SMT

Re: [fpc-pascal] Generics problem/question

2010-01-18 Thread Aleksa Todorovic
On Fri, Jan 15, 2010 at 09:00, leledumbo leledumbo_c...@yahoo.co.id wrote: Ah... I can see it now: 711  function TFPGList.IndexOf(const Item: T): Integer; 712  begin 713    Result := 0; 714    {$info TODO: fix inlining to work! InternalItems[Result]^} 715    while (Result FCount) and

[fpc-pascal] Re: creating a standalone executable (eg: applicationinstallation file)

2010-01-18 Thread Paul Nicholls
- Original Message - From: Graeme Geldenhuys graemeg.lists-re5jqeeqqe8avxtiumw...@public.gmane.org Newsgroups: gmane.comp.compilers.free-pascal.general To: FPC-Pascal users discussions fpc-pascal-pd4fty7x32k2wbthl531ywd2fqjk+...@public.gmane.org Sent: Tuesday, January 12, 2010 11:37 PM

Re: [fpc-pascal] Re: creating a standalone executable (eg: applicationinstallation file)

2010-01-18 Thread Graeme Geldenhuys
Paul Nicholls wrote: http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/ Thanks Paul. I guess the author of that website didn't know about Makeself, which automates the exact same procedure he does manually. Either way, that seems to be the popular way of distributing