Re: [fpc-pascal]memw

2003-02-23 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > Hi, James! > > On Sunday 23 February 2003 18:44, you wrote: > > > This is from an old Turbo Pascal source of the Pascal S compiler source: > > > > getmem(spnt,((sleng+3) div 16 +1)*16); > > k := seg(spnt^); > > memw

[fpc-pascal]Bug? Error when compiling a folder

2003-02-23 Thread Holger Peters
Hi, it is not a great important bug, but it could be solved. In Linux, I discovered that FPC did not remark when I passed a folder as a source file, it halted with an error. Holger PS: Excuse my bad English, but the day was long *g* ___ fpc-pascal

Re: [fpc-pascal]memw

2003-02-23 Thread Anton Tichawa
Hi, James! On Sunday 23 February 2003 18:44, you wrote: > This is from an old Turbo Pascal source of the Pascal S compiler source: > > getmem(spnt,((sleng+3) div 16 +1)*16); > k := seg(spnt^); > memw[k:0] := sleng; > memw[k:2] := 0; > move(sbuff[1

[fpc-pascal]memw

2003-02-23 Thread James Mills
Hi, This is from an old Turbo Pascal source of the Pascal S compiler source: getmem(spnt,((sleng+3) div 16 +1)*16); k := seg(spnt^); memw[k:0] := sleng; memw[k:2] := 0; move(sbuff[1],mem[k:4],sleng); How would you convert that into FPC syntax for

Re: [fpc-pascal]Window Maker and FPC

2003-02-23 Thread Marco van de Voort
> Has anyone attempted writing an application for Window Maker ? > More specifically, has anyone attempted to write a docked window maker > applciation ? No, but I am a windowmaker user. > Just on the subject of gui applications, I take it most people use GTK > and that it is the perfered gui fr

[fpc-pascal]Window Maker and FPC

2003-02-23 Thread James Mills
Hi, Has anyone attempted writing an application for Window Maker ? More specifically, has anyone attempted to write a docked window maker applciation ? Just on the subject of gui applications, I take it most people use GTK and that it is the perfered gui framework to use ? cheers James _