I presume the file exists given that it works the first time. So the reason must be the file is "in use". I'm not familiar with the mechanism THINK Pascal uses to run programs inside its own environment, but my immediate suspicion is that you are failing to properly clean up some resource, so that the resource file (project.rsrc) remains open after the program exits.
Post #2 by Kallikak
| Source Forum | 68kMLA |
|---|---|
| Category | Development |
| Post Date | Thu, 5 Jul 2007 - 06:39 |
| Original URL | https://68kmla.org/bb/threads/development-question-quot-rsrc-could-not-be-opened-quot.8982/ |
Post