Re: [fpc-pascal] FPC and GTK@: signals spreading

2005-04-21 Thread Marco van de Voort
> The second question (is gtkentry widget in W32 release corrupted?) > remains alive. GTK1 was debugged for Windows because lazarus used it at first. However Lazarus switched to plain win32 later, so I don't think GTK2 on windows is too well debugged in relation with FPC, and I know nobody that u

Re: [fpc-pascal] FPC and GTK@: signals spreading

2005-04-21 Thread Michalis Kamburelis
Marco van de Voort wrote: The second question (is gtkentry widget in W32 release corrupted?) remains alive. GTK1 was debugged for Windows because lazarus used it at first. However Lazarus switched to plain win32 later, so I don't think GTK2 on windows is too well debugged in relation with FPC, an

[fpc-pascal] fpMMap and FreeBSD

2005-04-21 Thread Xromov Kirill
Hello fpc-pascal, I try to use fpMMap function to access file data under FreeBSD 5.3-RELEASE with fpc-1.9.8. But code from examle (http://www.freepascal.org/docs-html/rtl/baseunix/fpmmap.html) not working. P:=Pchar(fpmmap(nil,len+1 ,PROT_READ or PROT_WRITE,MAP_PRIVATE,fd,0)); If longin

Re: [fpc-pascal] fpMMap and FreeBSD

2005-04-21 Thread Marco van de Voort
> I try to use fpMMap function to access file data under FreeBSD 5.3-RELEASE > with fpc-1.9.8. But code from examle > (http://www.freepascal.org/docs-html/rtl/baseunix/fpmmap.html) not working. I'm away on holiday starting tomorrow, I'll look into it when I come back. Best solution would be