Re: [fpc-pascal] Graeme would love this, or not, I think

2013-10-14 Thread Jonas Maebe
On 11 Oct 2013, at 21:18, "vfclists ." wrote: > You couldn't make this up. Is it a joke or not? [snip] Please send such mails (and any replies) to fpc-other instead. Thanks, Jonas FPC mailing lists administrator ___ fpc-pascal maillist - fpc-pasc

Re: [fpc-pascal] Sets as array index?

2013-10-14 Thread Sven Barth
Am 15.10.2013 07:11 schrieb "Jürgen Hestermann" : > > Am 2013-10-12 14:07, schrieb Jürgen Hestermann: > > > I want to do something like this (which is not directly possible but maybe by some other way?): > > > > I := TagArray[TagSet]; > > I := TagArray[[tag1,tag5]]; > > or > > I := TagArray[ord(Tag

Re: [fpc-pascal] Sets as array index?

2013-10-14 Thread Jürgen Hestermann
Am 2013-10-12 14:07, schrieb Jürgen Hestermann: > I want to do something like this (which is not directly possible but maybe by some other way?): > > I := TagArray[TagSet]; > I := TagArray[[tag1,tag5]]; > or > I := TagArray[ord(TagSet)]; > I := TagArray[ord([tag1,tag5])]; > > I think that the com

Re: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.EXE cannot run a second time

2013-10-14 Thread Lubomír Čabla
Sven, thank you for info. On Wed, Oct 9, 2013 at 11:14 PM, Sven Barth wrote: > Am 09.10.2013 21:10 schrieb "Robert Wolfe" : > > > > > On 10/09/2013 01:59 PM, Lubomír Čabla wrote: > >> > >> OK, with FPC.ZIP dated 5.10.2013 I have translated successfully FP.EXE > >> and it works. I tested only FP.EX

[fpc-pascal] Re: Graeme would love this, or not, I think

2013-10-14 Thread vfclists .
I suspect is its a trick to introduce Linux by the back door. If their Delphi programs can easily be switched to Lazarus the software will be easy to convert to Linux and the Mac On 11 October 2013 20:18, vfclists . wrote: > You couldn't make this up. Is it a joke or not? > > Department of Basi

[fpc-pascal] which procedure is used for the old zlib decompression in the paszlib unit?

2013-10-14 Thread Dennis Poon
{This is a resend since the last email did not appear on the elist} I am using the Delphi 5's zlib procedure CompressBuf (Src, SrcLen, Dest, DestLen) to compress data to be decompressed by FPC's paszlib unit but I don't know which one of the many procedure is the right one to use. I already tr

[fpc-pascal] Troubles using embedded HTTP Server to serve SWF files

2013-10-14 Thread Graeme Geldenhuys
Hi, I'm using the FPC HTTP Server component as an embedded web server in our application. All content is generated dynamically via a CGI application. I hit a [rather big] snag serving SWF flash content. During my debugging, I eliminated the usage of a CGI app, and reference the SWF file directly i

[fpc-pascal] Re: Proposal for a XPath Namespace Resolver

2013-10-14 Thread Daniel Gaspary
On Sat, Oct 5, 2013 at 2:08 PM, Daniel Gaspary wrote: > Today the XPath Ns Resolver is marked as "Experimental" and is just an > alias for TDomNode: I have sent a patch: http://bugs.freepascal.org/view.php?id=25183 ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] free pascal and game consoles

2013-10-14 Thread doufa isntmyname
thanks for the info , 2013/10/9 Sven Barth > Am 09.10.2013 15:51, schrieb Michael Schnell: > > On 10/09/2013 03:41 PM, Sven Barth wrote: >> >>> One needs to port FPC for these platforms. For Wii, GameCube, Nintendo >>> DS and GameBoy Advance this was already done, but noone did yet start a >>>

Re: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.EXE cannot run a second time

2013-10-14 Thread Marco van de Voort
In our previous episode, Sven Barth said: > >> and it works. I tested only FP.EXE, not RTL units. > >> It seems that the error (FP.EXE cannot run) was corrected. > >> Thank you for your help. > >> Expected question: when the new version 2.6.3 will be available? > > > > Hmm. I thought the next versi

Re: [fpc-pascal] DOS compiler wiki page: please review

2013-10-14 Thread greim
Am 06.10.2013 22:37, schrieb Nikolay Nikolov: On 10/05/2013 03:07 PM, greim wrote: Hi, writing a 8086 version of fpc is not so strange as some may think! There are still some 80186 processors around running in embedded systems! These architecture is certified for some applications in industrial

[fpc-pascal] Sets as array index?

2013-10-14 Thread Jürgen Hestermann
I have a declaration like this: type TagType = (tag1,tag2,tag3,tag4,tag5); TagSetType = set of TagType; I now want to store numbers for each of the 2^n possible set settings [tag1,tag2,tag3,tag4,tag5] [tag1,tag2,tag3,tag4 ] [tag1,tag2,tag3 ,tag5] .. and so on... so

Re: [fpc-pascal] Re: what is the FPC equivalent of Delphi's zlib unit?

2013-10-14 Thread Dennis Poon
Please help. I am using Delphi 5's zlib procedure CompressBuf(src,SrcLen, Dest, DestLen); to compress data to be decompressed by FPC's paszlib unit, but I don't know which one of the many procedure is the right right to use? I tried uncompress(Dest, DestLen, Src, SrcLen) but it is obviously wr

[fpc-pascal] Graeme would love this, or not, I think

2013-10-14 Thread vfclists .
You couldn't make this up. Is it a joke or not? Department of Basic Education bans Free and Open Source Software in SA Schools and mandates programming an ancient, moribund language in contradiction of government's own policy http://dkeats.com/index.php?module=blog&act