problem loading a resource in a dll

Login to reply to this topic.
Mon, 2005-09-19 11:47
Joined: 2005-01-31
Forum posts: 8
Hello.
I've implemented a second view in a dll. This view has its own menu and other kinds of resource. The problem is that when I create this view, the baseconstructL(R_MY_VIEW) fails and leaves.
Could someone help me to understand the reasons?
Thanks in advance.
RdA

Mon, 2006-08-07 07:30
Joined: 2005-06-08
Forum posts: 8
Re: problem loading a resource in a dll
Hi,

i'm doing the same and it works for me. Do you use a extra resource file for your resources, if yes, you should use CCoeEnv::AddResourceFileL() before trying to access the resource
  • Login to reply to this topic.