Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3101] Read-only files in Windows

Date2003-09-30 14:45
Fromramsdell@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