View Single Post
  #1  
Old 06-04-2014, 12:57 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote