Re: RIL_GetSignalQuality() in Windows CE 6.0
- From: Eshwar <eshwar.s@xxxxxxxxx>
- Date: Sun, 11 Apr 2010 19:59:26 -0700 (PDT)
On Mar 19, 5:40 am, pev <p...@xxxxxxxxxxxxxxx> wrote:
Hi all,
I've put together some test code for RIL under Windows CE 6.0 and it
seems OK. I've now extended it to add a call to RIL_GetSignalQuality()
and it's notification call-back. This seems to compile OK and links
with ril.lib so I assume the header and stubs are present and correct.
However, during the makeimg stage the image creation fails with :
Pass 1...
Found a resource only dll netres.dll
Warning: Unable to do imports from ppp.dll to RSAENH.dll - will late
bind
Warning: Unable to do imports from schannel.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from k.schannel.dll to RSAENH.dll -
will late bind
Warning: Unable to do imports from ipsec.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from ipsecsvc.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from eapol.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from eapchap.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from crypt32.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from k.crypt32.dll to RSAENH.dll -
will late bind
Warning: Unable to do imports from cryptdll.dll to RSAENH.dll - will
late bind
Warning: Unable to do imports from k.cryptdll.dll to RSAENH.dll -
will late bind
Warning: Unable to do imports from k.oleaut32.dll to k.ole32 - will
late bind
Error: Can't find import RIL_GetSignalQuality in ril.dll
Error: Can't find import RIL_GetSignalQuality hint 69 in ril.dll
Error: Fatal import error in RILTest.exe
Fatal error hit, exiting...
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
Which I didn't expect...! Looking in :
PUBLIC/CELLCORE/OAK/LIB/ARMV4I/
in ril.def there isn't even an export for it... Can anyone confirm if
this is an omission from Microsoft?
Cheers,
~Pev
Yes it seems like has been removed. However, RIL_NOTIFY_SIGNALQUALITY
notification is still available which you can use instead. To do so
pass in the appropriate flag to enable it when you call RIL_Initialize
and handle it in the notification callback. Thanks.
.
- Prev by Date: Re: WinCE 6.0 Audio Driver Question?
- Next by Date: Re: File Open Dialog Problem
- Previous by thread: Re: WinCE 6.0 Audio Driver Question?
- Next by thread: DEBUGCHK failed in .... vm.c
- Index(es):
Relevant Pages
|