C00B0581

Explanation

The filename and mode arguments passed to fopen() or freopen() specified a memory file with a member name. A file with the same base name (a parent) does exist and is a memory file, but it is not partitioned.

Programmer response

Correct the application. You cannot use the same name for both sequential and partitioned memory files.

Symbolic Feedback Code

JrEdc1opsEflatfile01