_tfopen Error - file is being used by another process.
-
Hi All, I am using _tfopen to read a specific file which will be accessed by multiple process simultaneously. This time _tfopen function getting failed and GetLastError() is returning the following error. "The process cannot access the file because it is being used by another process." This is how i called the function
_tfopen( csFileName_i.operator LPCTSTR(), _T( "rb" ))
I need to open the same file simultaneously by different process. Please help me. -Cvaji
-
Hi All, I am using _tfopen to read a specific file which will be accessed by multiple process simultaneously. This time _tfopen function getting failed and GetLastError() is returning the following error. "The process cannot access the file because it is being used by another process." This is how i called the function
_tfopen( csFileName_i.operator LPCTSTR(), _T( "rb" ))
I need to open the same file simultaneously by different process. Please help me. -Cvaji