Using VideoCharge Studio to process videos throw command line (we are taking a frame from the middle of the video) we have an error.
We are develop an application who manage multithreads to launch process simultaneously, but, when 2 or more process try to do the same (with differents files, obviously) the VCS give us this MessageBox "Previous process was interrupted. Do you want to start a new process? (YES) Proceed with the old one? (NO)". And THIS interrupt every thread.
We need to solve this as soon as posible, because this process is critical.