Re: [fpc-pascal] memory mapped file

2009-11-02 Thread Henry Vermaak
2009/11/2 Alexey Voytsehovich : > Hello Micha, > > Saturday, October 31, 2009, 2:39:19 PM, you wrote: > >> Alexey Voytsehovich wrote: >>> All the good days. >>>     You can not tell what I need to read and/or study for solving >>> cross-platform (linux/windows) implementation of the memory mapped f

Re: [fpc-pascal] memory mapped file

2009-11-01 Thread Alexey Voytsehovich
Hello Micha, Saturday, October 31, 2009, 2:39:19 PM, you wrote: > Alexey Voytsehovich wrote: >> All the good days. >> You can not tell what I need to read and/or study for solving >> cross-platform (linux/windows) implementation of the memory mapped file? > On unix, it would be fpmmap. > On

Re: [fpc-pascal] memory mapped file

2009-10-31 Thread Micha Nelissen
Alexey Voytsehovich wrote: All the good days. You can not tell what I need to read and/or study for solving cross-platform (linux/windows) implementation of the memory mapped file? On unix, it would be fpmmap. On windows, it would be CreateFileMapping/MapViewOfFile if I'm not mistaken. Mic

Re: [fpc-pascal] memory mapped file

2009-10-30 Thread Henry Vermaak
2009/10/30 Alexey Voytsehovich : > All the good days. >    You can not tell what I need to read and/or study for solving > cross-platform (linux/windows) implementation of the memory mapped file? The wikipedia article on memory mapped files seems to be a good place to start ;) (i.e. mmap and crea