I am having most difficulties to make my bundle works with it resources.
For some reason when I issue a
Bundle_Id = CFSTR("com.MyModule.ds");
Bundle_Ref = CFBundleGetBundleWithIdentifier( Bundle_Id );
if(Bundle_Ref){
UseResRefNum = CFBundleOpenBundleResourceMap ( Bundle_Ref );
}
The Bundle_Ref is always null for some reason.
Please help!
Thanks.
> I am having most difficulties to make my bundle works with it resources.
> For some reason when I issue a
[quoted text clipped - 5 lines]
> }
> The Bundle_Ref is always null for some reason.
Is your bundle listed in the information property-list file (Info.plist)?
Alwyn
Denis @ TheOffice - 24 Jan 2006 17:13 GMT
Thanks,
Yes, But I just realized that it was case sensitive though.
Regards,
Denis
> > I am having most difficulties to make my bundle works with it resources.
> > For some reason when I issue a
[quoted text clipped - 9 lines]
>
> Alwyn