Is there a way to bypass or remove the file lock held by another thread without killing the thread?
I am using a third-party library in my app that is performing
I do think that this is a problem that can be solved with c++. It is annoying but at least it works (as discussed here: win32 C/C++ read data from a "locked" file)
The steps are:
You may be interested in these links as well: