On Mar 27, 2007, at 1:37 AM, Brian Heibert wrote: > I am trying to access my program's resource file I have it in my > Resources folder in my project window. I have it in my project's > window > > I am getting this error when I try to run my program with the > resource file included I get this error: > > Error: Can't copy the resources from Resource file "URLKEEPER.RSRC" > Rsrc Errorr=-43 > > Brian > > -- > To unsubscribe, send ANY message to: futurebasic- > unsubscribe@... > error -43 is File not found. Something fundamental is wrong in the access (or content) of the resource file. As usual, a short snippet of code that fails would enable the list help. Just having the resource file in the project doesn't make everything work automatically. It is probably failing in the code where the resource it accessed. Brian S.