LineInput, FileClose problem in multithreaded application

  • Thread starter Thread starter Alex Sidorov
  • Start date Start date
A

Alex Sidorov

I open a file with FileOpen in the main thread, and try to read from it and
close in another thread. All filr operations in another thread fail with
message "bad file name or number". But they work properly in the main
thread. How can I work with files in different threads?
 
Back
Top