I think anyone supplying you with that file would be breaching their Nokia NDA, which is a lot to ask for . In any case, it is a commonly known fact that all the (relevant) information that is present in the header file is also present in the lib file, so with a little effort you should be able to extract what you need .
okay, I'm currently working through the entire RSat class and associated classes though 10 minutes is a bit ambitious! if it is straightforward to recreate this header file then why on earth was it omitted in the first place ?
The truth is that all header information can be recreated from SDK binaries, but, apparently, the phone manufacturers like to practice "security by obscurity" in their SDKs . The headers are "missing" but all the information is there either in documentation or binary files. Go figure...
Something I forgot to tell you: there was a mention in the Symbian forums that a version of the etelsat.h file was included with a P800 SDK (I don't know which one). It's not guaranteed that it will be compatible with your platform, but if there are any binary compatibility problems, the linker should let you know.
Forum posts: 363
Cheers,
Pawel
Forum posts: 11
Forum posts: 142
I'm quite sure you won't find that file, at least anything that would work on nokia phones, since it's not even in the 9210 V0.1 SDK.
Anyway, What stuff are you needing from there?
yucca
Forum posts: 11
http://www.symbian.com/developer/techlib/v70docs/sdl%5Fv7.0/doc%5Fsource/reference/cpp/SimApplicationToolkit/RSatClass.html#%3a%3aRSat
It enables access to information stored on the SIM
Forum posts: 363
Cheers,
Pawel
Forum posts: 11
if it is straightforward to recreate this header file then why on earth was it omitted in the first place ?
cheers
chris
Forum posts: 363
Forum posts: 363
Happy coding,
Pawel