Re: [fpc-pascal] writing to shared memory

2008-11-27 Thread Michael Van Canneyt
On Thu, 27 Nov 2008, Tom Carly wrote: > Hi, > > I have the example code working to write and read string to shared memory. > I'd like to write and read other things than strings (integers, Booleans, > ...) to the shared memory. For writing strings, you use strpcopy. Which > functions can be

[fpc-pascal] writing to shared memory

2008-11-27 Thread Tom Carly
Hi, I have the example code working to write and read string to shared memory. I'd like to write and read other things than strings (integers, Booleans, ...) to the shared memory. For writing strings, you use strpcopy. Which functions can be used for other types? I was thinking of memcpy but th