Windows isn't case sensitive.
How are you running shared_memory? I suspect that however you're doing it, the working directory is not being set to the proper place so it is looking for the shared directory in the wrong place.
Open a command prompt, cd to where shared_memory.exe is, make sure the shared directory exists, and run it from that command prompt and see what happens.
|