Skip to main content
Home Forums 68kMLA Development Question: ".Rsrc could not be opened" — #2
Post #2 by Kallikak
Source Forum68kMLA
CategoryDevelopment
Post DateThu, 5 Jul 2007 - 06:39
Original URLhttps://68kmla.org/bb/threads/development-question-quot-rsrc-could-not-be-opened-quot.8982/
Post
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.

mp.ls