Re: [fpc-pascal] Looking for NSOpenGLView example

2012-04-12 Thread Jonas Maebe
On 12 Apr 2012, at 21:57, Darius Blaszyk wrote: > Does anyone on this list have experience in creating a native windowed > application for the mac? So far I've found no reference searching google. I > would appreciate a hint or a link to a reference I could study. You can have a look at http:/

Re: [fpc-pascal] Looking for NSOpenGLView example

2012-04-12 Thread Darius Blaszyk
Hi all, Does anyone on this list have experience in creating a native windowed application for the mac? So far I've found no reference searching google. I would appreciate a hint or a link to a reference I could study. Regards, Darius Blaszyk On Apr 10, 2012, at 2:17 PM, dhkblas...@zeelandnet

Re: [fpc-pascal] Text matching for configuration files etc.

2012-04-12 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: I know that there are algorithms which given a text fragment will find the "best fit" from a number of candidates, based on how many substrings have to be deleted or changed. Is there anything like this in the standard FPC library, and if not does anybody have one or