> > 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
__
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
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
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
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
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
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
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
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
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
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.
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
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
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
14 matches
Mail list logo