Re: [fpc-pascal] FTP client unit recommendations

2007-05-20 Thread Wolfram Kläger
> > http://curl.haxx.se/libcurl/pascal/ > > > > Looks like my favorite, so far. Thanks in advance for any advice. > > Synapse has no external dependencies, you'd better use that. Thanks Michael. Synapse seems to deliver perfectly, indeed. Wolfram __

[fpc-pascal] Success: Doom2Freepascal 2.1.4

2007-05-20 Thread L
Dear friends, I compiled the famous DOOM game with FPC 2.1.4 and it works better now. Had to make minor syntax modifications to compile it with 2.1.4. http://z505.com/cgi-bin/qkcont/qkcont.cgi?p=Doom-To-Freepascal http://z505.com/pascal/games/doom2fpc-2.1.4.zip Now compiling with 2.1.4 it seems

[fpc-pascal] Nil referancing doesn't raise exceptions in thread context under Linux...

2007-05-20 Thread M. Utku Karataş
Hi everyone, I am using version 2.1.1 on Linux and calling this procedure in a thread: procedure TestNullRef; var p: ^integer; begin p := nil; try p^ := 13; // now this should raise exc! ShowMessage(IntToStr(p^)); except ShowMessage('TestNullRef: ' + Exception(Excep

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 16:43:34 Jonas Maebe wrote: > On 20 May 2007, at 16:38, bartek wrote: > > OK. And what about this: > > -8<- > > /home/bartek/Dev/units/glgui/glgui.pp(376,33) Error: Can't take the > > address of > > constant expressions > > -8<- > > constructor TGLGUI3DMouseMap

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Florian Klaempfl
Martin Schreiber schrieb: > On Sunday 20 May 2007 00.41, Joost van der Sluis wrote: >> I'm happy to announce that release 2.1.4 aka 2.2.0 beta is out. We ask >> our users to test the changes made in the last few years. This beta will >> be available for about two months, whereafter 2.2.0 will be re

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 16:38, bartek wrote: OK. And what about this: -8<- /home/bartek/Dev/units/glgui/glgui.pp(376,33) Error: Can't take the address of constant expressions -8<- constructor TGLGUI3DMouseMapper.Create(aOwnerDesktop: TGLGUIDesktop); begin OwnerDesktop:=aOw

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 16:22:44 Jonas Maebe wrote: > On 20 May 2007, at 16:20, bartek wrote: > > This made me curious, and I checked my links. Seems like I > > accidentally > > compiled with fpc 2.3.1. I am very sorry, my bad :( . > > But OTOH, I still want to know what I need to do to get my code t

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 16:20, bartek wrote: This made me curious, and I checked my links. Seems like I accidentally compiled with fpc 2.3.1. I am very sorry, my bad :( . But OTOH, I still want to know what I need to do to get my code to work with 2.3.1 . As Marc said: do not pass properties

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
On Sunday 20 May 2007 14:57:18 Jonas Maebe wrote: > On 20 May 2007, at 14:53, Marc Weustink wrote: > > The error is IMO somewhat cryptic, but you cannot pass a property > > as var parameter anymore. This to be inline with properties > > implemented by a Setter. > > Strange, this change has not yet

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Jonas Maebe
On 20 May 2007, at 14:53, Marc Weustink wrote: The error is IMO somewhat cryptic, but you cannot pass a property as var parameter anymore. This to be inline with properties implemented by a Setter. Strange, this change has not yet been merged to the fixes branch (so it's definitely not y

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Marc Weustink
bartek wrote: Hi, I tried to compile my current project with the new compiler (2.1.4). This resulted in the following error: -8<- /home/bartek/Dev/units/vmath.pp(435,29) Error: Can't take the address of constant expressions -8<- -8<- destructor TLazyVariableManager.

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread bartek
Hi, I tried to compile my current project with the new compiler (2.1.4). This resulted in the following error: -8<- /home/bartek/Dev/units/vmath.pp(435,29) Error: Can't take the address of constant expressions -8<- -8<- destructor TLazyVariableManager.Destroy; var

[fpc-pascal] Eliberatica

2007-05-20 Thread Antal
Today ended the Eliberatica held in Brasov - Romania. It was mainly a conference around the Open source. I had the idea, that freepascal should be at an important even like this, so I'd like to know if you are interested in participating at a such event. Let's describe the organizers the personali

Re: [fpc-pascal] Release of fpc-2.1.4 aka 2.2.0-beta

2007-05-20 Thread Martin Schreiber
On Sunday 20 May 2007 00.41, Joost van der Sluis wrote: > I'm happy to announce that release 2.1.4 aka 2.2.0 beta is out. We ask > our users to test the changes made in the last few years. This beta will > be available for about two months, whereafter 2.2.0 will be released. > Helping us to test ve