I keep getting error 70 (Permission denied) when reading from a file.
I have several processes running (all PBDLL6 applications).
One process writes to some files, then closes them and posts an
interprocess message to alert the other processes. They respond
by attempting to read the changed data from the files. Some of
them load the data ok but some fail with error 70.
I thought it was ok in Win32 for more than one process to read
from a file at the same time or am I wrong on that?
I intend to get into synchronization later, but I thought it
would not be necessary with the above outlined scheme.
Keith Waters
------------------
I have several processes running (all PBDLL6 applications).
One process writes to some files, then closes them and posts an
interprocess message to alert the other processes. They respond
by attempting to read the changed data from the files. Some of
them load the data ok but some fail with error 70.
I thought it was ok in Win32 for more than one process to read
from a file at the same time or am I wrong on that?
I intend to get into synchronization later, but I thought it
would not be necessary with the above outlined scheme.
Keith Waters
------------------
Comment