[futurebasic] Re: [FB] Rsrc Error= -43

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2007 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Tue, 27 Mar 2007 06:21:39 -0700
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.