The project that i am right now handling is based on Interprocess Communication.
And am using Shared memory concept for this interprocess communication.
There are few files tat i need when i use shared memory concept for example sys/ipc.h, sys/shm.h
Are these files a part of visual studio insatallation or it is something that i hav to download.
I need to know if i need to reinstall visual studio 2005 and enable interprocess comunication so tat these files are automatically in hand for use.
check this link http://www.cs.cf.ac.uk/Dave/C/node27.html
If this about link referes to Solaris which concept can i use to share memory in windows
EDIT: But CreateFileMapping is to map files right.I need to map a memory location to another process so as to use the data stored in that location..
Thank you i will try the code..