[fpc-pascal] MS DOS 8086 compiler?

2013-04-27 Thread Reinier Olislagers
Noticed that an 8086 branch was merged to fpc trunk. Is it time to get out some 5.25" diskettes[1]? [1] Shame I dumped all the accompanying hardware long ago ;) Perhaps break out DOSBOX ;) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:

Re: [fpc-pascal] Re: Odyssey: SSockets and Threads.

2013-04-27 Thread Sven Barth
On 26.04.2013 21:38, silvioprog wrote: Select in socket of Delphi 2007 (a friend sent it to me: http://www.sendspace.com/file/06ev02): Gaahhh!!! Don't simply send Delphi code to this list! Did you ever heard of stuff like clean room reverse engineeering?! Regards, Sven _

Re: [fpc-pascal] MS DOS 8086 compiler?

2013-04-27 Thread Bart
On 4/27/13, Reinier Olislagers wrote: > Noticed that an 8086 branch was merged to fpc trunk. Is it time to get > out some 5.25" diskettes[1]? > > [1] Shame I dumped all the accompanying hardware long ago ;) Perhaps > break out DOSBOX ;) I still have a portable (ahum, > 5 kg) IBM XT with 5.25" flo

Re: [fpc-pascal] MS DOS 8086 compiler?

2013-04-27 Thread Jonas Maebe
On 27 Apr 2013, at 14:11, Bart wrote: > On 4/27/13, Reinier Olislagers wrote: >> Noticed that an 8086 branch was merged to fpc trunk. Is it time to get >> out some 5.25" diskettes[1]? >> >> [1] Shame I dumped all the accompanying hardware long ago ;) Perhaps >> break out DOSBOX ;) > > I still

Re: [fpc-pascal] MS DOS 8086 compiler?

2013-04-27 Thread Zaher Dirkey
On Sat, Apr 27, 2013 at 3:11 PM, Bart wrote: > I still have a portable (ahum, > 5 kg) IBM XT with 5.25" floppy disk. > HD is appr. 10 MB (decaying...) > Yay​ Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepas

[fpc-pascal] PopCount

2013-04-27 Thread reyno
Unfortunately, for POPCNT assembler, SSE 4.2 is required. For older CPUs, after some tests, I'd finally recommend function CShift(ANum : QWord) : Cardinal; var n1, n2 : QWord; begin n1 := ANum - (ANum shr 1 and $); n2 := (n1 and $) + (n1 shr 2 and $3

Re: [fpc-pascal] Re: Odyssey: SSockets and Threads.

2013-04-27 Thread silvioprog
2013/4/27 Sven Barth > On 26.04.2013 21:38, silvioprog wrote: > >> Select in socket of Delphi 2007 (a friend sent it to me: >> http://www.sendspace.com/file/**06ev02 >> ): >> > > Gaahhh!!! Don't simply send Delphi code to this list! Did you ever heard > of st

Re: [fpc-pascal] Re: Odyssey: SSockets and Threads.

2013-04-27 Thread waldo kitty
On 4/27/2013 11:06, silvioprog wrote: 2013/4/27 Sven Barth mailto:pascaldra...@googlemail.com>> On 26.04.2013 21:38, silvioprog wrote: Select in socket of Delphi 2007 (a friend sent it to me: http://www.sendspace.com/file/__06ev02: Gaahhh!!! Don't simply send Delphi cod

Re: [fpc-pascal] Re: Odyssey: SSockets and Threads.

2013-04-27 Thread silvioprog
2013/4/27 waldo kitty > On 4/27/2013 11:06, silvioprog wrote: > >> 2013/4/27 Sven Barth > > >> >> >> On 26.04.2013 21:38, silvioprog wrote: >> >> Select in socket of Delphi 2007 (a friend sent it to me: >> >> http://www.sendspace.com/fil

Re: [fpc-pascal] Re: Odyssey: SSockets and Threads.

2013-04-27 Thread waldo kitty
On 4/27/2013 13:51, silvioprog wrote: 2013/4/27 waldo kitty mailto:wkitt...@windstream.net>> On 4/27/2013 11:06, silvioprog wrote: 2013/4/27 Sven Barth On 26.04.2013 21:38, silvioprog wrote: Select in socket of Delphi 2007 (a friend sent it to me: