Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Open already opened files

Intel_C_Intel
Employee
646 Views
Hello,
can anybody help me with this problem. I have a process, which produces a large amount of output. This output is spread in several files. I would like to do some post processing of this output with another, new process. The problem is now, that the new process is not allowed to open the files even if I specified them to open as "read". Can anybody tell me what sharing and action properties I have to set in the two processes so that I can do my post processing?

Thank you in advance,
Michael Neubert
0 Kudos
2 Replies
Steven_L_Intel1
Employee
646 Views
You should open the file in both programs with the SHARED keyword.

Steve
0 Kudos
Intel_C_Intel
Employee
646 Views
Works great, thank you very much.
0 Kudos
Reply