[CSOUND-DEV:3101] Read-only files in Windows
Date | 2003-09-30 14:45 |
From | ramsdell@mitre.org (John D. Ramsdell) |
Subject | [CSOUND-DEV:3101] Read-only files in Windows |
I notice that wxCSound generates read-only files on Windows. It uses the CSound API, and the generated files seem to be opened in filopen.c. Does anyone have a patch for this problem? I hesitate to jump in as I found the following comment in filopen.c at line number 109: /** * Changed file permissions so that re-entrant versions of Csound * can overwrite files without need for manual deletion. * Still doesn't seem to work... */ John |