er, what does this line of code mean??
_LIT(KtxMySplashImage ,"\\private\\<My SID>\\splash.mbm" );
and if i have a image, where should i place it so my program can call it??
please help.. thanks
er, what does this line of code mean??
_LIT(KtxMySplashImage ,"\\private\\<My SID>\\splash.mbm" );
and if i have a image, where should i place it so my program can call it??
please help.. thanks
that means that the splash.mbm is supposedly located in your application's private directory, and you should replace the <My SID> with your own private folder's name.
what do u mean by my own private folder? do u mean i can create a folder (ex. Picture folder) in my application(splashscreen) folder?
You should propably read the basics of teh platform security for Symbian OS, the private directoty thing is on of the basics on it, and you can not really do any real programs on Symbian 3rd edition forward without understanding the platform security bsics.
Google would be your best fried on finding information, also we do have search box here, as well as in wiki, so you could do a bit of searching by yourself as well.
Anyway, to get you started here's one link to our wiki: http://wiki.forum.nokia.com/index.ph...Security_Model