hi there,
the libraries for the following two set of APIs are missing from the Extensions plug-in for S60 3rd edition FP 1.
nokia experts, how can i get these libraries?
rgds,
vasu
hi there,
the libraries for the following two set of APIs are missing from the Extensions plug-in for S60 3rd edition FP 1.
nokia experts, how can i get these libraries?
rgds,
vasu
if they are not in any public release, how do you know that they exists ?
And how do you know what they are doing ?
Anyway, as always, the answer is same, for any API that is not public, you can try API partnering, it is not quaranteed that you could get it from that process, but its the best way on trying to figure it out.
yucca
hi,
The directories for these two set of APIs are as part of the following plugin http://sw.nokia.com/id/4ff42a22-7099...I_Plug-In_Pack
which gives the libraries and the API documentation which (i think) is made public.
Except for these two directories, all the other set of APIs exposed has corresponding libraries for ARM architecture.
i think it is the problem with packaging the Extensions Plug-in...
rgds,
vasu
Files are not missing. There is no library file to use with these APIs.
If you check header files and inl files you will se that all class definitions are inline.
Some header files contains Interfaces.
Instantiation of classes is done by ECOM framework
There is no need for lib files.Code:inline CWlanScanInfo* CWlanScanInfo::NewL() { const TUid KCWlanScanInfoUid = { 0x101f8f01 }; TAny* interface = REComSession::CreateImplementationL( KCWlanScanInfoUid, _FOFF( CWlanScanInfo, iInstanceIdentifier ) ); return reinterpret_cast<CWlanScanInfo*>( interface ); } // Destructor inline CWlanScanInfo::~CWlanScanInfo() { REComSession::DestroyedImplementation( iInstanceIdentifier ); }
Zdenko
hi,
missed tht...
thx for the pointer...
vasu
Actaually I have done API partnering for one my support cases for a porject or application. The header to be included which is given by Nokia license is MPSettingsModel.h, but my code is giving error
\Symbian\9.3\S60_3rd_FP2_Beta\epoc32\release\ARMV5\LIB\mpsettengine.dso: No such file: No such file or directory
Please specify a library for MPSettingsModel.h as I think it may be a libary problem