Skip to main content
Home Forums 68kMLA Development Question: ".Rsrc could not be opened" — #3
Post #3 by equant
Source Forum68kMLA
CategoryDevelopment
Post DateThu, 5 Jul 2007 - 13:49
Original URLhttps://68kmla.org/bb/threads/development-question-quot-rsrc-could-not-be-opened-quot.8982/
Post
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.
That was my fear. I was hoping it was just some compiler option or something I needed to un/check. I'm having this issue with Peter Lewis' finger source code example as well, so I hope I can even find the issue. Seems like he would've cleaned up correctly.

If I build the application, and run it as an app, it runs over and over just fine.

Ok, well I'll keep looking. It's making the dev cycle very slow, because I have to close the project and re-open it between test-runs.

Thanks for the reply,

Nathan

mp.ls