[fpc-pascal] Re: FBLib (firebird library for FPC, Delphi and Kylix) has moved

2013-04-07 Thread reinierolislagers
On 6-4-2013 2:17, Graeme Geldenhuys wrote: On 2013-04-05 22:30, Zaher Dirkey wrote: For understand, now it is the original repo for it or it is just a fork for it It wasn't my intention to create a fork. I simply didn't want to loose the FBLib fixes and improvements I made over the years,

[fpc-pascal] Re: [fpc-devel] Lazarus 1.0.8 Release

2013-04-07 Thread Giuliano Colla
Il 19/03/2013 10:28, Mattias Gaertner ha scritto: The Lazarus team is glad to announce the release of Lazarus 1.0.8. This is a bug fix release, built with the current fpc 2.6.2. The previous release 1.0.6 was built with 2.6.0. Although with the last updates RHEL5.x and CentOs 5.x do claim to

[fpc-pascal] Generics - how to rewrite TOjectDictionary

2013-04-07 Thread Marius
Hello, It was many years ago i tried fpc/lazarus so i'm not up to speed with eveything. At this moment I'm trying to rewrite a piece of software from delphi to fpc/laz and i'm having trouble rewriting generics and in special the TObjectDictionary. Below shows how it is implemented in delphi. Is

Re: [fpc-pascal] Generics - how to rewrite TOjectDictionary

2013-04-07 Thread Dimitri Smits
Hi, Ever tried TStringList with Strings[] and Objects[] properties? kind regards, Dimitri Smits - Oorspronkelijk e-mail - Van: Marius mar...@lmspathologie.nl Aan: fpc-pascal@lists.freepascal.org Verzonden: Zondag 7 april 2013 18:48:02 Onderwerp: [fpc-pascal] Generics - how to

[fpc-pascal] SDL 2.0 Test, Need Advice

2013-04-07 Thread Anthony Walter
SDL 2.0 was locked down Friday in preparation for release in May, and I have been working this weekend on converting the SDL 2 headers to Free Pascal. In addition I have been writing a OpenGL which creates stubs for loading the correct OpenGL library and loading the OpenGL core functions and

Re: [fpc-pascal] Generics - how to rewrite TOjectDictionary

2013-04-07 Thread Sven Barth
Am 07.04.2013 23:09 schrieb Dimitri Smits smi...@telenet.be: Hi, Ever tried TStringList with Strings[] and Objects[] properties? The speciality of TObjectDirectory is that it frees the objects when an entry is deleted (similar to TObjectList). But I now remember that we added an OwnsObjects

Re: [fpc-pascal] SDL 2.0 Test, Need Advice

2013-04-07 Thread Sven Barth
Am 08.04.2013 01:37 schrieb Anthony Walter sys...@gmail.com: In addition I have been writing a OpenGL which creates stubs for loading the correct OpenGL library and loading the OpenGL core functions and extensions for every platform. Don't we have that already? And even if not in my opinion it