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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top